.header{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.2);padding:1rem 0;position:sticky;top:0;z-index:1000}.header-content{max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.logo-section{display:flex;align-items:center}.logo{display:flex;flex-direction:column;cursor:pointer}.logo-text{font-size:1.8rem;font-family:Poppins,sans-serif;font-weight:700;background:var(--gradient-accent);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1}.logo-subtitle{font-size:.8rem;font-family:Inter,sans-serif;color:var(--foxhurd-gray);margin-top:.2rem;font-weight:300}.nav-section{display:flex;align-items:center}.nav-links{display:flex;list-style:none;gap:2rem;margin:0;padding:0}.nav-links a{color:var(--foxhurd-white);text-decoration:none;font-weight:500;padding:.5rem 1rem;border-radius:8px;transition:all var(--transition-fast);position:relative}.nav-links a:hover{color:var(--foxhurd-orange);background:#ff6b351a}.nav-links a:after{content:"";position:absolute;bottom:0;left:50%;width:0;height:2px;background:var(--foxhurd-orange);transition:all var(--transition-fast);transform:translate(-50%)}.nav-links a:hover:after{width:80%}.foxhurd-logo{height:100px;width:auto;margin-right:.5rem;display:inline-block;vertical-align:middle}@media (max-width: 768px){.header-content{padding:0 1rem;flex-direction:column;gap:1rem}.logo-text{font-size:1.5rem}.nav-links{gap:1rem}.nav-links a{padding:.4rem .8rem;font-size:.9rem}}@media (max-width: 480px){.header{padding:.8rem 0}.logo-text{font-size:1.3rem}.logo-subtitle{font-size:.7rem}.nav-links{gap:.5rem}.nav-links a{padding:.3rem .6rem;font-size:.8rem}}.home-page{min-height:100vh;background:var(--gradient-primary);color:var(--foxhurd-white);overflow-x:hidden}.hero-section{min-height:100vh;display:flex;align-items:center;justify-content:space-between;padding:0 4rem;position:relative}.hero-title{font-size:4rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2}.highlight{background:var(--gradient-accent);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.3rem;margin-bottom:2.5rem;opacity:.9;line-height:1.6;color:var(--foxhurd-gray)}.hero-actions{display:grid;grid-template-columns:1fr 1fr;gap:1rem;max-width:600px}.hero-actions .cta-button:nth-child(3){grid-column:1 / -1}.cta-button{padding:1rem 2rem;border-radius:50px;text-decoration:none;font-weight:600;font-size:1.1rem;transition:all .3s ease;display:inline-block;text-align:center;border:2px solid transparent}.cta-button.primary{background:var(--gradient-accent);color:var(--foxhurd-white);box-shadow:0 4px 15px #ff6b354d}.cta-button.primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px #ff6b3566}.cta-button.secondary{background:transparent;color:var(--foxhurd-white);border:2px solid rgba(255,255,255,.3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.cta-button.secondary:hover{background:#ffffff1a;border-color:#ffffff80;transform:translateY(-2px)}.cta-button.tertiary{background:transparent;color:var(--foxhurd-white);border:2px solid rgba(255,255,255,.3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.cta-button.tertiary:hover{background:#ffffff1a;border-color:#ffffff80;transform:translateY(-2px)}.cta-button.large{padding:1.2rem 2.5rem;font-size:1.2rem}.floating-elements{position:relative;width:400px;height:400px}.element{position:absolute;opacity:.8;filter:drop-shadow(0 4px 8px rgba(0,0,0,.2))}.element-1{top:20%;left:20%;animation:float 6s ease-in-out infinite}.element-2{top:60%;right:20%;animation:float 6s ease-in-out infinite 1.5s}.element-3{bottom:20%;left:30%;animation:float 6s ease-in-out infinite 3s}.element-4{top:30%;right:30%;animation:float 6s ease-in-out infinite 4.5s}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(5deg)}}.features-section{padding:6rem 4rem;background:#ffffff0d}.features-container{max-width:1200px;margin:0 auto;text-align:center}.features-container h2{font-size:3rem;margin-bottom:4rem;color:var(--foxhurd-orange)}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.feature-card{padding:2.5rem 2rem;border-radius:20px;text-align:center;transition:all .3s ease}.feature-icon{font-size:3.5rem;margin-bottom:1.5rem}.feature-card h3{font-size:1.4rem;margin-bottom:1rem;color:var(--foxhurd-orange)}.feature-card p{opacity:.9;line-height:1.6;color:var(--foxhurd-gray)}.product-example-section{padding:6rem 4rem;background:#ffffff05}.product-container{max-width:1000px;margin:0 auto;text-align:center}.product-container h2{font-size:3rem;margin-bottom:4rem;color:var(--foxhurd-orange)}.product-showcase{display:flex;justify-content:center}.product-card{max-width:600px;padding:3rem 2.5rem;border-radius:20px;text-align:center;transition:all .3s ease}.product-icon{font-size:4rem;margin-bottom:2rem}.product-card h3{font-size:1.8rem;margin-bottom:1.5rem;color:var(--foxhurd-orange)}.product-card p{font-size:1.1rem;opacity:.9;line-height:1.7;margin-bottom:2rem;color:var(--foxhurd-gray)}.product-benefits{display:flex;flex-direction:column;gap:.8rem;text-align:left;padding:1.5rem;background:#ffffff0d;border-radius:15px;border-left:4px solid var(--foxhurd-orange)}.product-benefits span{font-size:1rem;opacity:.9;color:var(--foxhurd-gray)}.cta-section{padding:6rem 4rem;text-align:center;background:#0000001a}.cta-container{max-width:600px;margin:0 auto}.cta-container h2{font-size:3rem;margin-bottom:1rem;color:var(--foxhurd-orange)}.cta-container p{font-size:1.2rem;margin-bottom:2.5rem;opacity:.9;color:var(--foxhurd-gray)}.stats-section{padding:4rem 4rem 6rem}.stats-container{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem}.stat-item{text-align:center;padding:2rem;background:#ffffff1a;border-radius:16px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.stat-number{font-size:2.5rem;font-weight:700;color:var(--foxhurd-orange);margin-bottom:.5rem}.stat-label{font-size:1rem;opacity:.8;color:var(--foxhurd-gray)}.glass-effect{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.card-shadow{box-shadow:0 8px 32px #0000001a}.hover-lift{transition:transform .3s ease,box-shadow .3s ease}.hover-lift:hover{transform:translateY(-5px);box-shadow:0 20px 40px #0003}@media (max-width: 1024px){.hero-section{flex-direction:column;text-align:center;padding:2rem;gap:3rem}.hero-content{max-width:100%}.floating-elements{width:300px;height:300px}.element{font-size:3rem}}@media (max-width: 768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.hero-actions{justify-content:center}.cta-button{padding:.8rem 1.5rem;font-size:1rem}.features-section,.cta-section,.product-example-section{padding:4rem 2rem}.features-container h2,.cta-container h2,.product-container h2{font-size:2rem}.product-card{padding:2rem 1.5rem}.product-card h3{font-size:1.5rem}.stats-section{padding:3rem 2rem 4rem}.stats-container{grid-template-columns:repeat(2,1fr)}.stat-number{font-size:2rem}}@media (max-width: 480px){.hero-section{padding:1rem}.hero-title{font-size:2rem}.hero-actions{flex-direction:column;align-items:center}.cta-button{width:100%;max-width:250px}.features-grid,.stats-container{grid-template-columns:1fr}.floating-elements{width:250px;height:250px}.element{font-size:2.5rem}}.icon{width:2.5rem;height:2.5rem;color:var(--foxhurd-orange)}.floating-icon{width:4rem;height:4rem;color:var(--foxhurd-orange);opacity:.8;filter:drop-shadow(0 4px 8px rgba(0,0,0,.2))}.feature-icon .icon{width:3.5rem;height:3.5rem;margin-bottom:0}.product-icon .icon{width:3rem;height:3rem;margin-bottom:0}.about-page{min-height:100vh}.about-hero{padding:4rem 2rem;text-align:center;background:linear-gradient(135deg,#ff6b351a,#e945601a);border-bottom:1px solid rgba(255,255,255,.1)}.about-content h1{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;background:var(--gradient-accent);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.about-content p{font-size:1.3rem;color:var(--foxhurd-gray);max-width:800px;margin:0 auto}.about-content-section{padding:4rem 2rem}.content-container{max-width:1200px;margin:0 auto}.about-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(500px,1fr));gap:2rem}.about-card{padding:2rem}.about-card h2{color:var(--foxhurd-orange);margin-bottom:1rem;font-size:1.5rem}.about-card p{color:var(--foxhurd-gray);line-height:1.6}.team-section{padding:4rem 2rem;background:#0003;border-top:1px solid rgba(255,255,255,.1)}.team-section h2{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:var(--foxhurd-white)}.approach-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.approach-item{text-align:center;padding:2rem}.approach-icon{margin-bottom:1rem}.approach-icon .icon{width:3rem;height:3rem;color:var(--foxhurd-orange)}.approach-item h3{color:var(--foxhurd-orange);margin-bottom:1rem;font-size:1.3rem}.approach-item p{color:var(--foxhurd-gray);line-height:1.6}@media (max-width: 768px){.about-hero{padding:3rem 1rem}.about-content h1{font-size:2.5rem}.about-content p{font-size:1.1rem}.about-content-section{padding:2rem 1rem}.about-grid{grid-template-columns:1fr;gap:1.5rem}.about-card{padding:1.5rem}.team-section{padding:3rem 1rem}.team-section h2{font-size:2rem}.approach-grid{grid-template-columns:1fr;gap:1.5rem}.approach-item{padding:1.5rem}}@media (max-width: 480px){.about-content h1{font-size:2rem}.about-content p{font-size:1rem}.about-card h2{font-size:1.3rem}.team-section h2{font-size:1.8rem}.approach-icon .icon{width:2.5rem;height:2.5rem}.approach-item h3{font-size:1.2rem}}.contact-page{min-height:100vh}.contact-hero{padding:4rem 2rem;text-align:center;background:linear-gradient(135deg,#ff6b351a,#e945601a);border-bottom:1px solid rgba(255,255,255,.1)}.contact-content h1{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;background:var(--gradient-accent);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.contact-content p{font-size:1.3rem;color:var(--foxhurd-gray);max-width:800px;margin:0 auto}.contact-section{padding:4rem 2rem}.contact-container{max-width:1200px;margin:0 auto}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem}.contact-info,.contact-form{padding:2rem}.contact-info h2,.contact-form h2{color:var(--foxhurd-orange);margin-bottom:2rem;font-size:1.5rem}.info-item{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.info-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#ff6b351a;border-radius:50%}.info-icon .icon{width:1.5rem;height:1.5rem;color:var(--foxhurd-orange)}.info-item h3{color:var(--foxhurd-white);margin-bottom:.3rem;font-size:1rem}.info-item p{color:var(--foxhurd-gray);margin:0}.social-links{margin-top:2rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1)}.social-links h3{color:var(--foxhurd-white);margin-bottom:1rem}.social-icons{display:flex;gap:1rem}.social-icon{color:var(--foxhurd-orange);text-decoration:none;padding:.5rem 1rem;border:1px solid var(--foxhurd-orange);border-radius:6px;transition:all var(--transition-fast)}.social-icon:hover{background:var(--foxhurd-orange);color:#fff}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;color:var(--foxhurd-white);font-weight:500}.form-group input,.form-group textarea{width:100%;padding:.75rem;border:1px solid rgba(255,255,255,.2);border-radius:6px;background:#ffffff1a;color:var(--foxhurd-white);font-size:1rem;transition:border-color var(--transition-fast)}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--foxhurd-orange)}.form-group input::placeholder,.form-group textarea::placeholder{color:var(--foxhurd-gray)}.submit-btn{background:var(--foxhurd-orange);color:#fff;border:none;padding:1rem 2rem;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:background var(--transition-fast);width:100%}.submit-btn:hover{background:var(--foxhurd-orange-light)}.faq-section{padding:4rem 2rem;background:#0003;border-top:1px solid rgba(255,255,255,.1)}.faq-section h2{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:var(--foxhurd-white)}.faq-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.faq-item{padding:2rem}.faq-item h3{color:var(--foxhurd-orange);margin-bottom:1rem;font-size:1.2rem}.faq-item p{color:var(--foxhurd-gray);line-height:1.6}@media (max-width: 768px){.contact-hero{padding:3rem 1rem}.contact-content h1{font-size:2.5rem}.contact-content p{font-size:1.1rem}.contact-section{padding:2rem 1rem}.contact-grid{grid-template-columns:1fr;gap:2rem}.contact-info,.contact-form{padding:1.5rem}.faq-section{padding:3rem 1rem}.faq-section h2{font-size:2rem}.faq-grid{grid-template-columns:1fr;gap:1.5rem}.faq-item{padding:1.5rem}}@media (max-width: 480px){.contact-content h1{font-size:2rem}.contact-content p{font-size:1rem}.contact-info h2,.contact-form h2{font-size:1.3rem}.info-item{flex-direction:column;text-align:center;gap:.5rem}.social-icons{justify-content:center}.faq-section h2{font-size:1.8rem}.faq-item h3{font-size:1.1rem}}.scatter-plot-container{display:flex;flex-direction:column;flex:1;height:100%;width:100%;position:relative;min-height:0;background:#ffffff12;border-radius:32px;box-shadow:0 8px 40px #0000002e,0 1.5px 8px #ff6b3514;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);padding:.5rem .5rem 1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.scatter-plot-container:hover{box-shadow:0 12px 48px #ff6b351f,0 2px 12px #ff6b351f;transform:translateY(-2px)}.plot-header{margin-bottom:.5rem;text-align:left;padding-left:1.5rem;padding-top:1.2rem}.plot-header h3{color:var(--foxhurd-orange);margin-bottom:.2rem;font-size:1.7rem;font-weight:700;letter-spacing:-.5px;display:flex;align-items:center;gap:.5rem;font-family:Inter,sans-serif}.plot-header h3:before{content:"";margin-right:0;font-size:0}.plot-header p{color:var(--foxhurd-gray);font-size:1rem;opacity:.85;margin-bottom:0;font-family:Inter,sans-serif}.plot-wrapper{flex:1;position:relative;width:100%;height:100%;min-height:0;min-width:0;border-radius:24px;overflow:visible;background:transparent;box-shadow:none;border:none;margin:0;padding:0;display:flex;align-items:stretch;justify-content:stretch}.plot-wrapper svg{width:100%!important;height:100%!important;display:block;border-radius:24px;background:transparent}.plot-wrapper .x-label,.plot-wrapper .y-label{font-size:1.15rem!important;font-weight:600!important;fill:var(--foxhurd-orange)!important;opacity:.95;letter-spacing:.01em;font-family:Inter,sans-serif!important}.plot-wrapper .tick text{font-size:1rem!important;fill:#fff!important;opacity:.85;font-family:Inter,sans-serif!important}.plot-wrapper .point{transition:opacity .15s ease,stroke .15s ease,stroke-width .15s ease;cursor:pointer}.plot-wrapper .point:hover{filter:brightness(1.1)}.plot-wrapper .selected-point-highlight{animation:blink 1.5s infinite}@keyframes blink{0%{opacity:1}50%{opacity:.3}to{opacity:1}}.tooltip{-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important;border-radius:12px!important;box-shadow:0 4px 20px #ff6b352e!important;border:1.5px solid var(--foxhurd-orange)!important;background:#1a1a2efa!important;animation:tooltipFadeIn .2s ease-out;font-family:Inter,sans-serif!important}@keyframes tooltipFadeIn{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.plot-footer{margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.1)}.stats{display:flex;justify-content:space-around;gap:1rem}.stat-item{display:flex;flex-direction:column;align-items:center;text-align:center}.stat-label{font-size:.8rem;color:var(--foxhurd-gray);margin-bottom:.3rem;font-family:Inter,sans-serif}.stat-value{font-size:1.1rem;font-weight:700;color:var(--foxhurd-orange);font-family:Inter,sans-serif}.echarts-for-react{width:100%!important;height:100%!important;border-radius:8px}@media (max-width: 1024px){.scatter-plot-container{border-radius:20px;padding:.5rem .2rem 1rem}.plot-wrapper{border-radius:16px}.plot-wrapper svg{border-radius:16px}}@media (max-width: 768px){.scatter-plot-container{border-radius:14px;padding:.2rem .1rem .7rem}.plot-header{padding-left:.7rem;padding-top:.7rem}.plot-header h3{font-size:1.2rem}.plot-wrapper{border-radius:10px}.plot-wrapper svg{border-radius:10px}}@media (max-width: 480px){.scatter-plot-container{border-radius:8px;padding:.1rem .05rem .4rem}.plot-header{padding-left:.3rem;padding-top:.3rem}.plot-header h3{font-size:1rem}.plot-wrapper{border-radius:6px}.plot-wrapper svg{border-radius:6px}}.model-viewer-instantquote-container{display:flex;flex-direction:column;flex:1 1 0;height:100%;width:100%;min-height:400px;background:#1e2028f2;border-radius:20px;box-shadow:0 4px 32px #0000001f,0 1.5px 6px #ff6b3514;overflow:hidden;transition:box-shadow .2s;justify-content:stretch}@media (max-width: 900px){.model-viewer-instantquote-container,.model-wrapper{min-height:220px;border-radius:12px}model-viewer{border-radius:10px!important}}@media (max-width: 600px){.model-viewer-instantquote-container,.model-wrapper{min-height:140px;border-radius:8px}.viewer-header,.viewer-footer{padding:.4rem .5rem}}.loading-screen{position:fixed;top:0;left:0;width:100vw;height:100vh;background:var(--gradient-primary);display:flex;align-items:center;justify-content:center;z-index:9999}.loading-content{text-align:center;max-width:500px;padding:2rem}.logo-container{margin-bottom:3rem}.logo{display:flex;flex-direction:column;align-items:center}.logo-text{font-size:3rem;font-weight:700;background:var(--gradient-accent);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1;margin-bottom:.5rem}.logo-subtitle{font-size:1.2rem;color:var(--foxhurd-gray);font-weight:300}.loading-animation{margin-bottom:2rem}.loading-spinner{position:relative;width:50px;height:50px;margin:0 auto;perspective:1000px}.spinner-ring{position:absolute;width:100%;height:100%;transform-style:preserve-3d;animation:spin3d 3s linear infinite}.spinner-ring:before{content:"";position:absolute;width:100%;height:100%;background:linear-gradient(45deg,var(--foxhurd-orange),var(--foxhurd-orange-light));border:2px solid var(--foxhurd-orange);border-radius:8px;box-shadow:0 0 20px #ff6b3566;transform:rotateX(0) rotateY(0)}.spinner-ring:after{content:"";position:absolute;width:100%;height:100%;background:linear-gradient(45deg,var(--foxhurd-accent),var(--foxhurd-orange));border:2px solid var(--foxhurd-accent);border-radius:8px;box-shadow:0 0 20px #ff6b354d;transform:rotateX(90deg) rotateY(0)}@keyframes spin3d{0%{transform:rotateX(0) rotateY(0) rotate(0)}25%{transform:rotateX(90deg) rotateY(45deg) rotate(90deg)}50%{transform:rotateX(180deg) rotateY(90deg) rotate(180deg)}75%{transform:rotateX(270deg) rotateY(135deg) rotate(270deg)}to{transform:rotateX(360deg) rotateY(360deg) rotate(360deg)}}.loading-text{margin-bottom:2rem}.loading-text h2{color:var(--foxhurd-white);font-size:1.5rem;margin-bottom:.5rem;font-weight:500}.loading-text p{color:var(--foxhurd-gray);font-size:1rem;margin:0}.loading-progress{margin-bottom:2rem}.progress-bar{width:100%;height:6px;background:#ffffff1a;border-radius:3px;overflow:hidden}.progress-fill{height:100%;background:var(--gradient-accent);border-radius:3px;animation:progress 2s ease-in-out}@keyframes progress{0%{width:0%}to{width:100%}}.loading-features{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.feature-item{display:flex;align-items:center;gap:.5rem;color:var(--foxhurd-gray);font-size:.9rem}.feature-icon{font-size:1.2rem}@media (max-width: 768px){.loading-content{padding:1.5rem}.logo-text{font-size:2.5rem}.logo-subtitle{font-size:1rem}.loading-text h2{font-size:1.3rem}.loading-text p{font-size:.9rem}.loading-features{gap:1.5rem}.feature-item{font-size:.8rem}}@media (max-width: 480px){.loading-content{padding:1rem}.logo-text{font-size:2rem}.logo-subtitle{font-size:.9rem}.loading-spinner{width:60px;height:60px}.loading-text h2{font-size:1.1rem}.loading-text p{font-size:.8rem}.loading-features{flex-direction:column;gap:1rem}.feature-item{font-size:.75rem}}.visualization-page{min-height:100vh;background:var(--gradient-primary);color:var(--foxhurd-white);overflow-x:hidden;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.hero-section{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:4rem 2rem;text-align:center}.hero-content{max-width:800px;margin-bottom:4rem;margin-left:auto;margin-right:auto;display:flex;flex-direction:column;align-items:center}.hero-content h1,.hero-content p{width:100%}.hero-content h1{font-size:clamp(2.5rem,5vw,4rem);font-weight:700;margin-bottom:2rem;background:var(--gradient-accent);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.2;font-family:Inter,sans-serif}.hero-content p{font-size:clamp(1.1rem,2.5vw,1.4rem);margin-bottom:3rem;opacity:.9;color:var(--foxhurd-gray);line-height:1.6;font-family:Inter,sans-serif}.hero-stats{display:none}.visualization-container.improved{display:grid;grid-template-columns:1fr 1fr;gap:clamp(1.5rem,3vw,3rem);width:100vw;max-width:1800px;min-height:70vh;height:80vh;margin:0 auto;align-items:stretch;justify-items:center}.scatter-plot-section{background:#ffffff1a;border-radius:20px;padding:clamp(.5rem,1vw,1.5rem);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);box-shadow:0 8px 32px #0000001a;display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;min-width:0;min-height:0}.right-panel{display:flex;flex-direction:column;gap:1rem;width:100%;height:100%}.model-viewer-section{background:#ffffff1a;border-radius:20px;padding:clamp(.5rem,1vw,1rem);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);box-shadow:0 8px 32px #0000001a;display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;flex:1;min-width:0;min-height:370px}.detail-panel{background:#ffffff1a;border-radius:20px;padding:clamp(1rem,2vw,1.5rem);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);box-shadow:0 8px 32px #0000001a;display:flex;flex-direction:column;width:100%;max-height:300px;overflow-y:auto;min-height:250px}.detail-content{display:flex;flex-direction:column;gap:1.5rem}.detail-content h3{font-size:1.3rem;font-weight:600;color:var(--foxhurd-orange);margin:0;font-family:Inter,sans-serif}.detail-section{display:flex;flex-direction:column;gap:.75rem}.detail-section h4{font-size:1rem;font-weight:500;color:#fff;margin:0;font-family:Inter,sans-serif}.feature-grid{display:flex;flex-direction:column;gap:.5rem}.feature-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid rgba(255,255,255,.1)}.feature-item:last-child{border-bottom:none}.feature-label{font-size:.9rem;color:var(--foxhurd-gray);font-family:Inter,sans-serif}.feature-value{font-size:.9rem;font-weight:500;color:#fff;font-family:Inter,sans-serif}.price-display{display:flex;align-items:baseline;gap:.5rem;margin-bottom:1rem}.price-amount{font-size:2rem;font-weight:700;color:var(--foxhurd-orange);font-family:Inter,sans-serif}.price-unit{font-size:1rem;color:var(--foxhurd-gray);font-family:Inter,sans-serif}.price-explanation{background:#ffffff0d;border-radius:12px;padding:1rem;border-left:3px solid var(--foxhurd-orange)}.price-explanation p{font-size:.9rem;font-weight:500;color:#fff;margin:0 0 .75rem;font-family:Inter,sans-serif}.price-explanation ul{margin:0;padding-left:1.2rem;list-style:none}.price-explanation li{font-size:.85rem;color:var(--foxhurd-gray);margin-bottom:.25rem;position:relative;font-family:Inter,sans-serif}.price-explanation li:before{content:"•";color:var(--foxhurd-orange);font-weight:700;position:absolute;left:-1rem}.export-button{display:flex;align-items:center;justify-content:center;gap:.5rem;background:var(--foxhurd-orange);color:#fff;border:none;border-radius:12px;padding:.75rem 1.5rem;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s ease;font-family:Inter,sans-serif;width:100%}.export-button:hover:not(:disabled){background:#e55a2b;transform:translateY(-2px);box-shadow:0 4px 12px #ff6b354d}.export-button:disabled{opacity:.5;cursor:not-allowed}.export-button .icon{width:1rem;height:1rem}.detail-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;height:100%;padding:2rem;min-height:250px}.detail-placeholder .placeholder-icon{margin-bottom:1rem;opacity:.7}.detail-placeholder .placeholder-icon .icon{width:2rem;height:2rem;color:var(--foxhurd-orange)}.detail-placeholder h3{font-size:1.2rem;margin-bottom:.5rem;color:var(--foxhurd-orange);font-family:Inter,sans-serif}.detail-placeholder p{opacity:.8;color:var(--foxhurd-gray);font-size:.9rem;font-family:Inter,sans-serif}.plot-header{margin-bottom:1rem;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:0;margin-left:0;margin-right:0;width:100%;box-sizing:border-box}.plot-header h3,.plot-header p{text-align:center;width:100%;margin-left:0;margin-right:0;justify-content:center;align-items:center;display:flex}.plot-header h3{font-size:clamp(1.2rem,2vw,1.5rem);color:var(--foxhurd-orange);margin-bottom:.5rem;font-family:Inter,sans-serif}.plot-header p{font-size:clamp(.8rem,1.5vw,.9rem);opacity:.8;color:var(--foxhurd-gray);font-family:Inter,sans-serif}.placeholder-viewer{display:flex;align-items:center;justify-content:center;height:100%;flex:1;min-height:370px}.placeholder-content{text-align:center;padding:2rem}.placeholder-icon{margin-bottom:1rem;opacity:.7}.placeholder-icon .icon{width:clamp(3rem,6vw,4rem);height:clamp(3rem,6vw,4rem);color:var(--foxhurd-orange)}.placeholder-content h3{font-size:clamp(1.2rem,2.5vw,1.5rem);margin-bottom:.5rem;color:var(--foxhurd-orange);font-family:Inter,sans-serif}.placeholder-content p{opacity:.8;max-width:300px;color:var(--foxhurd-gray);font-size:clamp(.8rem,1.5vw,.9rem);font-family:Inter,sans-serif}.section-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;flex-direction:column;align-items:center}.section-header{text-align:center;margin-bottom:clamp(3rem,6vw,5rem);width:100%;display:flex;flex-direction:column;align-items:center}.section-header h2{font-size:clamp(2.5rem,5vw,3.5rem);font-weight:700;margin-bottom:1.5rem;background:var(--gradient-accent);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-align:center}.section-header p{font-size:clamp(1.1rem,2.5vw,1.3rem);opacity:.9;color:var(--foxhurd-gray);max-width:600px;margin:0 auto;line-height:1.6;text-align:center}.challenge-section{padding:clamp(4rem,8vw,8rem) 0;background:linear-gradient(135deg,#1a1a2e,#16213e,#0f3460)}.challenge-grid,.solution-features{display:flex;flex-wrap:wrap;justify-content:center;gap:clamp(2rem,4vw,3rem);width:100%;max-width:1000px;margin-left:auto;margin-right:auto}.challenge-card,.feature-section{flex:1 1 300px;max-width:340px;min-width:260px;margin:0 .5rem 2rem}.challenge-card{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:20px;padding:clamp(2rem,4vw,3rem);text-align:center;transition:transform .3s ease,box-shadow .3s ease}.challenge-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #0000004d}.card-icon{font-size:2.5rem;margin-bottom:1rem;color:var(--foxhurd-orange)}.card-icon .icon{width:2.5rem;height:2.5rem;color:var(--foxhurd-orange)}.challenge-card h3{font-size:clamp(1.3rem,2.5vw,1.5rem);margin-bottom:1rem;color:var(--foxhurd-orange)}.challenge-card p{opacity:.9;line-height:1.6;color:var(--foxhurd-gray);font-size:clamp(.9rem,1.8vw,1rem)}.solution-section{padding:clamp(4rem,8vw,8rem) 0;background:linear-gradient(135deg,#0f3460,#16213e,#1a1a2e)}.solution-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(clamp(280px,30vw,350px),1fr));gap:clamp(2rem,4vw,3rem);margin-bottom:clamp(3rem,6vw,5rem)}.feature-section{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:20px;padding:clamp(2rem,4vw,3rem);text-align:center;transition:transform .3s ease,box-shadow .3s ease}.feature-section:hover{transform:translateY(-10px);box-shadow:0 20px 40px #0000004d}.feature-icon{font-size:2.5rem;margin-bottom:1rem;color:var(--foxhurd-orange)}.feature-icon .icon{width:2.5rem;height:2.5rem;color:var(--foxhurd-orange)}.feature-section h3{font-size:clamp(1.3rem,2.5vw,1.5rem);margin-bottom:1rem;color:var(--foxhurd-orange)}.feature-section p{opacity:.9;line-height:1.6;color:var(--foxhurd-gray);font-size:clamp(.9rem,1.8vw,1rem)}.performance-metrics{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:20px;padding:clamp(2rem,4vw,3rem);text-align:center}.performance-metrics h3{font-size:clamp(2rem,4vw,2.5rem);margin-bottom:2rem;color:var(--foxhurd-orange)}.metrics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(clamp(150px,20vw,200px),1fr));gap:clamp(1.5rem,3vw,2rem)}.metric{text-align:center;padding:clamp(1.5rem,3vw,2rem);background:#ffffff1a;border-radius:16px;border:1px solid rgba(255,255,255,.2)}.metric-number{display:block;font-size:clamp(2rem,4vw,2.5rem);font-weight:700;color:var(--foxhurd-orange)}.metric-label{font-size:clamp(.8rem,1.5vw,1rem);opacity:.8;color:var(--foxhurd-gray);margin-top:.5rem}.cta-section{padding:clamp(4rem,8vw,8rem) 0;background:linear-gradient(135deg,#1a1a2e,#16213e,#0f3460);text-align:center}.cta-content{max-width:600px;margin:0 auto}.cta-content h2{font-size:clamp(2.5rem,5vw,3.5rem);margin-bottom:1.5rem;color:var(--foxhurd-orange)}.cta-content p{font-size:clamp(1.1rem,2.5vw,1.3rem);margin-bottom:3rem;opacity:.9;color:var(--foxhurd-gray);line-height:1.6}.cta-button{background:var(--gradient-accent);color:#fff;border:none;padding:clamp(1rem,2vw,1.5rem) clamp(2rem,4vw,3rem);border-radius:16px;font-size:clamp(1rem,2vw,1.2rem);font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 20px #ff6b354d}.cta-button:hover{box-shadow:0 6px 30px #ff6b3566;transform:translateY(-2px)}.error-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;text-align:center;padding:2rem}.error-container h2{font-size:2rem;margin-bottom:1rem;color:var(--foxhurd-orange)}.error-container button{background:var(--gradient-accent);color:#fff;border:none;padding:1rem 2rem;border-radius:12px;font-size:1rem;cursor:pointer;transition:all .3s ease;margin-top:1rem}.error-container button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ff6b354d}@media (max-width: 1024px){.visualization-container.improved{grid-template-columns:1fr;grid-template-rows:1fr auto;gap:1rem;height:auto;min-height:80vh}.right-panel{flex-direction:row;gap:1rem}.model-viewer-section{flex:1;min-height:300px}.detail-panel{flex:1;min-height:300px;max-height:none}}@media (max-width: 768px){.visualization-container.improved{grid-template-columns:1fr;grid-template-rows:auto auto;gap:1rem;height:auto;min-height:70vh}.right-panel{flex-direction:column;gap:1rem}.model-viewer-section{min-height:250px}.detail-panel{min-height:200px;max-height:250px}.hero-content h1{font-size:clamp(2rem,4vw,2.5rem)}.hero-content p{font-size:clamp(1rem,2vw,1.2rem)}.section-header h2{font-size:clamp(2rem,4vw,2.5rem)}.section-header p{font-size:clamp(1rem,2vw,1.2rem)}}@media (max-width: 480px){.visualization-container.improved{grid-template-columns:1fr;grid-template-rows:auto auto;gap:.75rem;height:auto;min-height:60vh;padding:0 .5rem}.right-panel{flex-direction:column;gap:.75rem}.model-viewer-section{min-height:200px}.detail-panel{min-height:180px;max-height:200px}.hero-content h1{font-size:1.8rem}.hero-content p{font-size:1rem}.section-header h2{font-size:1.8rem}.section-header p{font-size:1rem}.price-amount{font-size:1.5rem}.export-button{padding:.6rem 1rem;font-size:.85rem}}.upload-box{border:3px dashed rgba(255,107,53,.3);border-radius:20px;padding:3rem 2rem;background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease;cursor:pointer;position:relative;overflow:hidden}.upload-box:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#ff6b351a,#ff8c421a);opacity:0;transition:opacity .3s ease;pointer-events:none}.upload-box:hover:before,.upload-box.drag-over:before{opacity:1}.upload-box.drag-over{border-color:#ff6b35;background:#ff6b351a;transform:scale(1.02)}.upload-content{position:relative;z-index:2;text-align:center}.upload-icon{width:80px;height:80px;background:linear-gradient(135deg,#ff6b3533,#ff8c4233);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 2rem;border:2px solid rgba(255,107,53,.3)}.upload-icon .icon{width:40px;height:40px;color:#ff6b35}.upload-box h3{font-size:1.75rem;font-weight:600;margin-bottom:1rem;color:#e0e0e0}.upload-box p{font-size:1.1rem;color:#b0b0b0;margin-bottom:2rem;line-height:1.6}.file-types{margin-bottom:2rem}.file-types span{display:block;font-size:.9rem;color:#b0b0b0;margin-bottom:.5rem}.format-tags{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.format-tag{background:#ff6b3533;color:#ff6b35;padding:.25rem .75rem;border-radius:20px;font-size:.8rem;font-weight:500;border:1px solid rgba(255,107,53,.3)}.upload-actions{display:flex;flex-direction:column;align-items:center;gap:1rem;margin-bottom:2rem}.browse-button{background:linear-gradient(135deg,#ff6b35,#ff8c42);color:#fff;border:none;padding:1rem 2rem;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #ff6b354d}.browse-button:hover{box-shadow:0 6px 20px #ff6b3566;transform:translateY(-2px)}.or-divider{color:#b0b0b0;font-size:.9rem;position:relative;padding:0 1rem}.or-divider:before,.or-divider:after{content:"";position:absolute;top:50%;width:30px;height:1px;background:#ff6b354d}.or-divider:before{left:-35px}.or-divider:after{right:-35px}.drag-text{color:#ff6b35;font-weight:500;font-size:1rem}.upload-limits{margin-top:1rem}.upload-limits p{font-size:.9rem;color:#888;margin:0}@media (max-width: 768px){.upload-box{padding:2rem 1rem}.upload-icon{width:60px;height:60px;margin-bottom:1.5rem}.upload-icon .icon{width:30px;height:30px}.upload-box h3{font-size:1.5rem}.upload-box p{font-size:1rem}.format-tags{gap:.25rem}.format-tag{font-size:.7rem;padding:.2rem .5rem}.browse-button{padding:.8rem 1.5rem;font-size:.9rem}.or-divider:before,.or-divider:after{width:20px}.or-divider:before{left:-25px}.or-divider:after{right:-25px}}@media (max-width: 480px){.upload-box{padding:1.5rem 1rem}.upload-box h3{font-size:1.25rem}.upload-box p{font-size:.9rem}.format-tags{justify-content:flex-start}.browse-button{width:100%;padding:1rem}}.result-card{background:#ffffff0d;border-radius:20px;padding:2.5rem;border:1px solid rgba(255,107,53,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 10px 30px #0003;overflow:visible;height:auto;max-width:100%}.result-header{text-align:center;margin-bottom:2.5rem}.process-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#ffffff1a;border:2px solid;border-radius:50px;margin-bottom:1rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.process-icon{width:24px;height:24px;color:inherit}.process-name{font-size:1.1rem;font-weight:600;color:#e0e0e0}.result-header h3{font-size:1.5rem;font-weight:600;color:#e0e0e0;margin:0}.result-content{display:flex;flex-direction:column;gap:2rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;overflow:visible}.feature-item{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:#ffffff08;border-radius:12px;border:1px solid rgba(255,107,53,.1);transition:all .3s ease}.feature-item:hover{background:#ffffff0d;border-color:#ff6b3533;transform:translateY(-2px)}.feature-icon{width:50px;height:50px;background:linear-gradient(135deg,#ff6b3533,#ff8c4233);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.feature-icon .icon{width:24px;height:24px;color:#ff6b35}.feature-content{flex:1;overflow:visible;word-wrap:break-word}.feature-content h4{font-size:1rem;font-weight:600;color:#fff;margin:0 0 .25rem;word-wrap:break-word;text-shadow:0 1px 2px rgba(0,0,0,.12)}.feature-content p{font-size:1.1rem;color:#f5f5f5;font-weight:500;margin:0;word-wrap:break-word;text-shadow:0 1px 2px rgba(0,0,0,.1)}.complexity-display{display:flex;flex-direction:column;gap:.5rem}.complexity-bar{width:100%;height:8px;background:#ffffff1a;border-radius:4px;overflow:hidden}.complexity-fill{height:100%;border-radius:4px;transition:width .5s ease-out}.complexity-display p{font-size:.9rem;font-weight:600;margin:0}.recommendation-section{background:#ff6b350d;border:1px solid rgba(255,107,53,.2);border-radius:12px;padding:2rem}.recommendation-section h4{font-size:1.25rem;font-weight:600;color:#e0e0e0;margin:0 0 1rem}.recommendation-reasons{display:flex;flex-direction:column;gap:.5rem}.recommendation-reasons p{font-size:1rem;color:#b0b0b0;line-height:1.6;margin:0;padding-left:.5rem}.metadata-section{background:#ffffff05;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:1rem;text-align:center}.metadata-content{display:flex;justify-content:center;align-items:center}.metadata-text{font-size:.875rem;color:#888;margin:0;font-style:italic}.holes-details .feature-content{width:100%}.holes-list{display:flex;flex-direction:column;gap:.75rem;margin-top:.5rem}.hole-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background:#ffffff05;border-radius:8px;border:1px solid rgba(255,107,53,.1);transition:all .3s ease}.hole-item:hover{background:#ffffff0d;border-color:#ff6b3533}.hole-type{display:flex;align-items:center;gap:.5rem}.hole-badge{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:50%;font-size:12px;font-weight:700}.hole-badge.circular_hole{background:#6366f133;color:#6366f1}.hole-badge.rectangular_slot{background:#22c55e33;color:#22c55e}.hole-label{font-size:.9rem;font-weight:500;color:#e0e0e0}.hole-specs{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.hole-diameter{font-size:.9rem;font-weight:600;color:#6366f1;background:#6366f11a;padding:.25rem .5rem;border-radius:4px}.hole-dimensions{font-size:.9rem;font-weight:600;color:#22c55e;background:#22c55e1a;padding:.25rem .5rem;border-radius:4px}.hole-area{font-size:.8rem;color:#888;background:#ffffff0d;padding:.25rem .5rem;border-radius:4px}.hole-stepped{font-size:.8rem;font-weight:600;color:#f59e0b;background:#f59e0b1a;padding:.25rem .5rem;border-radius:4px;cursor:help}.complexity-warning{display:flex;align-items:center;gap:.75rem;background:#ff6b351f;border:1.5px solid #ff6b35;color:#ff6b35;border-radius:8px;padding:.3rem .75rem;margin:.5rem 0;font-weight:600;font-size:1.05rem;box-shadow:0 2px 8px #ff6b3514}.warning-icon{color:#ff6b35;font-size:1.5rem;flex-shrink:0}.warning-text{color:#ff6b35;font-size:1.05rem;font-weight:600;letter-spacing:.01em}.process-type{font-weight:600;color:#2563eb;text-transform:uppercase;font-size:.9em;letter-spacing:.5px}.machine-type{font-weight:600;color:#059669;text-transform:uppercase;font-size:.9em;letter-spacing:.5px}.tools-list{font-size:.85em;color:#6b7280;line-height:1.4;max-width:200px;word-wrap:break-word}.complexity-display{display:flex;flex-direction:column;gap:4px}.complexity-bar{width:100%;height:6px;background-color:#e5e7eb;border-radius:3px;overflow:hidden}.complexity-fill{height:100%;transition:width .3s ease;border-radius:3px}.feature-item .feature-content h4{font-size:.85em;font-weight:600;color:#fff;margin-bottom:4px;text-shadow:0 1px 2px rgba(0,0,0,.12)}.feature-item .feature-content p{font-size:.9em;color:#f5f5f5;margin:0;text-shadow:0 1px 2px rgba(0,0,0,.1)}@media (max-width: 768px){.result-card{padding:2rem 1.5rem;overflow:visible}.features-grid{grid-template-columns:1fr;gap:1rem;overflow:visible}.feature-item{padding:1.25rem;overflow:visible}.feature-content{overflow:visible;word-wrap:break-word}.feature-icon{width:40px;height:40px}.feature-icon .icon{width:20px;height:20px}.feature-content h4{font-size:.9rem;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.12)}.feature-content p{font-size:.875rem;color:#f5f5f5;text-shadow:0 1px 2px rgba(0,0,0,.1)}.recommendation-section{padding:1.5rem}.recommendation-section h4{font-size:1.1rem}.recommendation-reasons p{font-size:.9rem}.complexity-display p{font-size:.8rem}.tools-list{max-width:150px;font-size:.8em}.process-type,.machine-type{font-size:.8em}}@media (max-width: 480px){.result-card{padding:1.5rem 1rem}.process-badge{padding:.5rem 1rem;flex-direction:column;gap:.25rem}.process-name{font-size:1rem}.result-header h3{font-size:1.25rem}.feature-item{padding:1rem;flex-direction:column;text-align:center;gap:.75rem}.feature-icon{width:35px;height:35px}.feature-icon .icon{width:18px;height:18px}.feature-content h4{font-size:.85rem;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.12)}.feature-content p{font-size:.9rem;color:#f5f5f5;text-shadow:0 1px 2px rgba(0,0,0,.1)}.recommendation-section{padding:1.25rem}.recommendation-section h4{font-size:1rem}.recommendation-reasons p{font-size:.875rem}.complexity-display p{font-size:.75rem}.metadata-text{font-size:.8rem}.process-type,.machine-type{font-size:.8em}}.loading-spinner{display:flex;align-items:center;justify-content:center;perspective:1000px}.cube{width:40px;height:40px;position:relative;transform-style:preserve-3d}.cube:before{content:"";position:absolute;width:100%;height:100%;background:linear-gradient(45deg,var(--foxhurd-orange),var(--foxhurd-orange-light));border:2px solid var(--foxhurd-orange);border-radius:8px;box-shadow:0 0 20px #ff6b3566;transform:rotateX(0) rotateY(0)}.cube:after{content:"";position:absolute;width:100%;height:100%;background:linear-gradient(45deg,var(--foxhurd-accent),var(--foxhurd-orange));border:2px solid var(--foxhurd-accent);border-radius:8px;box-shadow:0 0 20px #ff6b354d;transform:rotateX(90deg) rotateY(0)}@media (max-width: 768px){.cube{width:50px;height:50px}}@media (max-width: 480px){.cube{width:40px;height:40px}}.single-progress-loader{background:#ffffff0d;border-radius:20px;padding:2.5rem;border:1px solid rgba(255,107,53,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 10px 30px #0003;max-width:600px;margin:0 auto}.progress-container{display:flex;flex-direction:column;gap:1.5rem}.progress-header{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:1rem}.progress-icon{width:32px;height:32px;color:#ff6b35}.progress-header h3{font-size:1.5rem;font-weight:600;color:#e0e0e0;margin:0}.progress-section{display:flex;flex-direction:column;gap:.75rem}.progress-info{display:flex;justify-content:space-between;align-items:center}.progress-label{font-size:1rem;font-weight:500;color:#e0e0e0}.progress-percentage{font-size:1rem;font-weight:600;color:#ff6b35}.progress-bar{width:100%;height:12px;background:#ffffff1a;border-radius:6px;overflow:hidden;position:relative}.progress-fill{height:100%;border-radius:6px;background:linear-gradient(90deg,#6366f1,#8b5cf6,#ff6b35,#ff8c42);position:relative;overflow:hidden}.progress-fill:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);animation:shimmer 2s infinite}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.progress-message{font-size:.9rem;color:#b0b0b0;margin:0;text-align:center;font-style:italic}.phase-indicator{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.1)}.phase-dot{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;border:2px solid rgba(255,255,255,.2);transition:all .3s ease}.phase-dot.active{border-color:#ff6b35;background:#ff6b351a;box-shadow:0 0 10px #ff6b354d}.phase-dot.completed{border-color:#10b981;background:#10b9811a}.phase-dot.pending{border-color:#fff3;background:transparent}.phase-icon{width:20px;height:20px;color:#e0e0e0;transition:color .3s ease}.phase-dot.active .phase-icon{color:#ff6b35;animation:pulse 2s infinite}.phase-dot.completed .phase-icon{color:#10b981}.phase-line{flex:1;height:2px;background:#ffffff1a;position:relative;max-width:60px}.phase-line:after{content:"";position:absolute;top:0;left:0;height:100%;background:linear-gradient(90deg,#10b981,#ff6b35);width:0%;transition:width .5s ease}.phase-dot.completed+.phase-line:after{width:100%}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}@media (max-width: 768px){.single-progress-loader{padding:2rem 1.5rem;margin:0 1rem}.progress-header h3{font-size:1.25rem}.progress-label,.progress-percentage{font-size:.9rem}.progress-bar{height:10px}.phase-dot{width:35px;height:35px}.phase-icon{width:18px;height:18px}}@media (max-width: 480px){.single-progress-loader{padding:1.5rem 1rem}.progress-header{flex-direction:column;gap:.5rem}.progress-header h3{font-size:1.1rem}.phase-indicator{gap:.5rem}.phase-dot{width:30px;height:30px}.phase-icon{width:16px;height:16px}.phase-line{max-width:40px}}.model-viewer-strategy-container{display:flex;flex-direction:column;flex:1 1 0;height:100%;width:100%;min-height:400px;background:#1e2028f2;border-radius:20px;box-shadow:0 4px 32px #0000001f,0 1.5px 6px #ff6b3514;overflow:hidden;transition:box-shadow .2s;justify-content:stretch}.model-wrapper{flex:1 1 0;display:flex;align-items:center;justify-content:center;width:100%;height:100%;min-height:400px;min-width:0;background:none;border-radius:0;overflow:visible}model-viewer{width:100%!important;height:100%!important;min-width:0!important;min-height:400px!important;max-width:100%;max-height:100%;display:block!important;background:#1e2028f2!important;border-radius:16px!important;box-shadow:0 2px 16px #0000001a;margin:0 auto;transition:box-shadow .2s}.viewer-header{padding:.7rem 1.2rem .3rem;border-bottom:1px solid rgba(255,255,255,.06);display:flex;justify-content:flex-end;align-items:center;background:transparent;z-index:2}.viewer-footer{padding:.5rem 1.2rem;border-top:1px solid rgba(255,255,255,.06);background:transparent;z-index:2}.controls-info{text-align:center}.controls-info p{font-size:.95rem;color:var(--foxhurd-gray);margin:0;display:flex;align-items:center;justify-content:center;gap:1.5rem}.controls-info .icon{width:1.2em;height:1.2em;vertical-align:middle;margin-right:.3em;opacity:.8}.viewer-content{flex:1 1 0;min-height:0;display:flex}.model-error{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem;color:var(--foxhurd-gray);background:#1e2028f2;border-radius:16px;width:100%;height:100%}.model-error .error-icon{font-size:3rem;margin-bottom:1rem;opacity:.7}.model-error p{font-size:1.1rem;margin:0 0 .5rem;color:var(--foxhurd-text)}.model-error small{font-size:.9rem;opacity:.8;margin-bottom:1rem;max-width:300px;line-height:1.4}.retry-button{background:linear-gradient(135deg,var(--foxhurd-primary) 0%,var(--foxhurd-secondary) 100%);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #ff6b354d}.retry-button:hover{box-shadow:0 4px 12px #ff6b3566;transform:translateY(-1px)}@media (max-width: 900px){.model-viewer-strategy-container,.model-wrapper{min-height:220px;border-radius:12px}model-viewer{border-radius:10px!important}}@media (max-width: 600px){.model-viewer-strategy-container,.model-wrapper{min-height:140px;border-radius:8px}.viewer-header,.viewer-footer{padding:.4rem .5rem}}nm.manufacturing-strategy-page{min-height:100vh;background:linear-gradient(135deg,#181c2a,#1a1f2e,#1e2332);color:#e0e0e0}.hero-section{display:flex;align-items:center;justify-content:space-between;padding:4rem 2rem;min-height:60vh;background:linear-gradient(135deg,#ff6b351a,#ff6b350d);position:relative;overflow:hidden}.hero-content{flex:1;max-width:600px;z-index:2}.hero-title{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;background:linear-gradient(135deg,#ff6b35,#ff8c42);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.2}.hero-subtitle{font-size:1.25rem;line-height:1.6;margin-bottom:2rem;color:#b0b0b0;max-width:500px}.hero-visual{flex:1;display:flex;justify-content:center;align-items:center;position:relative}.floating-elements{position:relative;width:300px;height:300px}.element{position:absolute;width:80px;height:80px;background:#ff6b351a;border:2px solid rgba(255,107,53,.3);border-radius:50%;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.element-1{top:20px;left:50px}.element-2{top:120px;right:30px}.element-3{bottom:40px;left:80px}.floating-icon{width:40px;height:40px;color:#ff6b35}.upload-section{padding:4rem 2rem;background:#1a1a2e80}.upload-container{max-width:800px;margin:0 auto;text-align:center}.upload-container h2{font-size:2.5rem;font-weight:600;margin-bottom:1rem;color:#e0e0e0}.upload-container p{font-size:1.1rem;color:#b0b0b0;margin-bottom:3rem;line-height:1.6}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;background:#ffffff0d;border-radius:20px;border:1px solid rgba(255,107,53,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.loading-container p{margin-top:1rem;font-size:1.1rem;color:#b0b0b0}.error-message{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 2rem;background:#dc35451a;border:1px solid rgba(220,53,69,.3);border-radius:12px;color:#ff6b6b;margin-top:2rem}.error-icon{width:20px;height:20px;color:#ff6b6b}.results-section{min-height:80vh;display:flex;align-items:stretch;justify-content:center}.results-container{display:flex;flex-direction:column;height:100%;width:100%;margin:0 auto}.results-container h2{font-size:2.5rem;font-weight:600;margin-bottom:2.5rem;text-align:center;color:#e0e0e0}.results-layout{display:flex;flex-direction:row;gap:2rem;align-items:stretch;height:100%;min-height:60vh;justify-content:center;width:100%}.result-card-container{flex:0 1 70%;min-width:350px;max-width:65%;display:flex;flex-direction:column;height:100%}.model-viewer-container{flex:0 1 30%;min-width:320px;max-width:35%;display:flex;flex-direction:column;height:auto}.model-viewer-container>*{flex:1 1 0;height:100%}.model-viewer-placeholder{display:flex;align-items:center;justify-content:center;height:100%;background:#ffffff05;border-radius:12px;border:1.5px dashed #ff6b35}.placeholder-content{text-align:center;color:#e0e0e0}.placeholder-icon{width:80px;height:80px;background:#ff6b351a;border:2px solid rgba(255,107,53,.3);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.placeholder-icon .icon{width:40px;height:40px;color:#ff6b35}.placeholder-content h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#e0e0e0}.placeholder-content p{font-size:1rem;color:#b0b0b0;margin-bottom:.5rem;line-height:1.5}.placeholder-note{font-size:.9rem;color:#ff6b35;font-weight:500;margin-top:1rem}.debug-info{font-size:.8rem;color:#888;margin-top:.5rem;font-style:italic}.upload-another-container{display:flex;justify-content:center;margin-top:3rem}.upload-another-button{display:flex;align-items:center;gap:.75rem;background:linear-gradient(135deg,#ff6b35,#ff8c42);color:#fff;border:none;padding:1rem 2rem;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #ff6b354d}.upload-another-button:hover{box-shadow:0 6px 20px #ff6b3566;transform:translateY(-2px)}.button-icon{width:20px;height:20px;color:#fff}.features-section{padding:4rem 2rem;background:#1a1a2e4d}.features-container{max-width:1200px;margin:0 auto}.features-container h2{font-size:2.5rem;font-weight:600;margin-bottom:3rem;text-align:center;color:#e0e0e0}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:2rem}.feature-card{padding:2.5rem;border-radius:20px;background:#ffffff0d;border:1px solid rgba(255,107,53,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}.feature-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #ff6b351a}.feature-icon{width:60px;height:60px;background:linear-gradient(135deg,#ff6b3533,#ff8c4233);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.feature-icon .icon{width:30px;height:30px;color:#ff6b35}.feature-card h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#e0e0e0}.feature-card p{font-size:1rem;line-height:1.6;color:#b0b0b0}.cta-section{padding:4rem 2rem;background:linear-gradient(135deg,#ff6b351a,#ff6b350d);text-align:center}.cta-container{max-width:800px;margin:0 auto}.cta-container h2{font-size:2.5rem;font-weight:600;margin-bottom:1rem;color:#e0e0e0}.cta-container p{font-size:1.1rem;color:#b0b0b0;line-height:1.6}@media (max-width: 768px){.hero-section{flex-direction:column;text-align:center;padding:2rem 1rem}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.floating-elements{width:200px;height:200px;margin-top:2rem}.element{width:60px;height:60px}.floating-icon{width:30px;height:30px}.upload-container h2,.results-container h2,.features-container h2{font-size:2rem}.results-layout{grid-template-columns:1fr;gap:1.5rem;height:auto}.result-card-container,.model-viewer-container{min-width:0;width:100%;height:auto}.model-viewer-container{min-height:300px}.placeholder-icon{width:60px;height:60px;margin-bottom:1rem}.placeholder-icon .icon{width:30px;height:30px}.placeholder-content h3{font-size:1.3rem}.placeholder-content p{font-size:.9rem}.features-grid{grid-template-columns:1fr}.feature-card{padding:1.5rem}}@media (max-width: 480px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.upload-container h2,.results-container h2,.features-container h2,.cta-container h2{font-size:1.75rem}.feature-card{padding:1.5rem}}@media (max-width: 1100px){.results-layout{grid-template-columns:1fr 1fr;gap:1.5rem;min-height:400px;height:auto}.result-card-container,.model-viewer-container{padding:1.5rem 1rem;height:auto}}@media (max-width: 900px){.results-section,.results-container,.results-layout{width:100%;max-width:100%}.results-layout{grid-template-columns:1fr;gap:2rem;min-height:0;height:auto}.result-card-container,.model-viewer-container{min-width:0;width:100%;max-width:100%;padding:1.2rem .5rem;height:auto}.model-viewer-container{min-height:320px}}@media (max-width: 600px){.results-section{padding:2rem .5rem}.results-container{padding:1rem .2rem}.results-layout{gap:1rem;min-height:0;height:auto}.result-card-container,.model-viewer-container{border-radius:12px;padding:.7rem .2rem;height:auto}.model-viewer-container{min-height:180px}}body,.app,.main-content{font-family:Inter,Roboto,Segoe UI,Arial,sans-serif;font-size:16px;color:#e0e0e0;background:#181c2a;margin:0;padding:0;min-height:100vh}.app{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1;padding:0;max-width:100%;margin:0;width:100%}:root{--foxhurd-orange: #ff6b35;--foxhurd-orange-light: #ff8c5a;--foxhurd-orange-dark: #e55a2b;--foxhurd-blue: #1a1a2e;--foxhurd-blue-light: #16213e;--foxhurd-blue-dark: #0f3460;--foxhurd-accent: #e94560;--foxhurd-white: #ffffff;--foxhurd-gray: #a8a8a8;--foxhurd-gray-dark: #666666;--gradient-primary: linear-gradient(135deg, var(--foxhurd-blue) 0%, var(--foxhurd-blue-light) 50%, var(--foxhurd-blue-dark) 100%);--gradient-accent: linear-gradient(135deg, var(--foxhurd-orange) 0%, var(--foxhurd-orange-light) 100%);--gradient-card: linear-gradient(135deg, rgba(255, 255, 255, .1) 0%, rgba(255, 255, 255, .05) 100%);--shadow-light: 0 4px 6px rgba(0, 0, 0, .1);--shadow-medium: 0 8px 25px rgba(0, 0, 0, .15);--shadow-heavy: 0 15px 35px rgba(0, 0, 0, .2);--transition-fast: .2s ease;--transition-medium: .3s ease;--transition-slow: .5s ease}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background:var(--gradient-primary);color:var(--foxhurd-white);overflow-x:hidden;line-height:1.6}#root{min-height:100vh}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#ffffff1a;border-radius:4px}::-webkit-scrollbar-thumb{background:var(--foxhurd-orange);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--foxhurd-orange-light)}.glass-effect{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:12px}.card-shadow{box-shadow:var(--shadow-medium)}.hover-lift{transition:transform var(--transition-medium),box-shadow var(--transition-medium)}.hover-lift:hover{transform:translateY(-4px);box-shadow:var(--shadow-heavy)}.fade-in{animation:fadeIn .6s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.slide-in-left{animation:slideInLeft .6s ease-out}@keyframes slideInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}.slide-in-right{animation:slideInRight .6s ease-out}@keyframes slideInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@media (max-width: 768px){.glass-effect{border-radius:8px}.card-shadow{box-shadow:var(--shadow-light)}}
