@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&display=swap";:root{--uv-purple: #5B00FF;--neon-cyan: #00F6FF;--obsidian-black: #0A0A0A;--dark-gray: #1A1A1A;--light-gray: #333333;--white: #FFFFFF;--text-muted: #888888}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Space Grotesk,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--obsidian-black);color:var(--white);line-height:1.6;overflow-x:hidden}.landing-page{min-height:100vh;background:linear-gradient(135deg,var(--obsidian-black) 0%,var(--dark-gray) 100%)}.nav{position:fixed;top:0;left:0;right:0;z-index:1000;background:#0a0a0af2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(91,0,255,.1);padding:1rem 0}.nav-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;gap:.75rem}.logo-mark{position:relative;width:32px;height:32px}.interference-ring{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:32px;height:32px;border:2px solid var(--uv-purple);border-radius:50%;animation:pulse 3s ease-in-out infinite}.center-dot{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:8px;height:8px;background:var(--neon-cyan);border-radius:50%;box-shadow:0 0 10px var(--neon-cyan)}@keyframes pulse{0%,to{opacity:.3;transform:translate(-50%,-50%) scale(1)}50%{opacity:1;transform:translate(-50%,-50%) scale(1.1)}}.logo-text{font-weight:600;font-size:1.25rem;background:linear-gradient(135deg,var(--uv-purple),var(--neon-cyan));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav-links{display:flex;align-items:center;gap:2rem}.nav-links a{color:var(--white);text-decoration:none;font-weight:500;transition:color .3s ease}.nav-links a:hover{color:var(--neon-cyan)}.cta-button{background:linear-gradient(135deg,var(--uv-purple),var(--neon-cyan));color:var(--white);border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #5b00ff4d}.cta-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #5b00ff66}.mobile-menu-button{display:none;background:none;border:none;cursor:pointer;padding:.5rem;z-index:1001}.hamburger{display:flex;flex-direction:column;width:24px;height:18px;position:relative;cursor:pointer}.hamburger span{display:block;height:2px;width:100%;background:var(--white);margin-bottom:4px;transition:all .3s ease;transform-origin:center}.hamburger span:last-child{margin-bottom:0}.hamburger.open span:first-child{transform:rotate(45deg) translate(5px,5px)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:last-child{transform:rotate(-45deg) translate(7px,-6px)}.mobile-nav{position:fixed;top:0;left:0;right:0;background:#0a0a0afa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s ease;z-index:999;border-top:1px solid rgba(91,0,255,.2);padding-top:80px}.mobile-nav.open{transform:translateY(0);opacity:1;visibility:visible}.nav{z-index:1000}.mobile-nav-links{display:flex;flex-direction:column;padding:2rem;gap:1.5rem}.mobile-nav-links a{color:var(--white);text-decoration:none;font-weight:500;font-size:1.1rem;padding:1rem 0;border-bottom:1px solid rgba(91,0,255,.1);transition:all .3s ease;text-align:center}.mobile-nav-links a:hover{color:var(--neon-cyan);border-bottom-color:var(--neon-cyan)}.mobile-cta{margin-top:1rem;width:100%;padding:1rem;font-size:1.1rem}.desktop-nav{display:flex}.hero{min-height:100vh;display:flex;align-items:center;padding:8rem 0 4rem;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 30% 20%,rgba(91,0,255,.1) 0%,transparent 50%),radial-gradient(circle at 70% 80%,rgba(0,246,255,.1) 0%,transparent 50%);pointer-events:none}.hero-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;flex-direction:column;align-items:center;text-align:center;gap:3rem}.hero-content{z-index:1;max-width:800px}.hero-title{font-size:3.5rem;font-weight:700;line-height:1.1;margin-bottom:1.5rem;background:linear-gradient(135deg,var(--white),var(--neon-cyan));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;opacity:0;transform:translateY(30px);transition:all .8s ease}.hero-title.fade-in{opacity:1;transform:translateY(0)}.hero-subtitle{font-size:1.25rem;color:var(--text-muted);margin-bottom:2.5rem;opacity:0;transform:translateY(30px);transition:all .8s ease .2s}.hero-subtitle.fade-in{opacity:1;transform:translateY(0)}.hero-buttons{display:flex;gap:1rem;justify-content:center;opacity:0;transform:translateY(30px);transition:all .8s ease .4s}.hero-buttons.fade-in{opacity:1;transform:translateY(0)}.primary-cta{background:linear-gradient(135deg,var(--uv-purple),var(--neon-cyan));color:var(--white);border:none;padding:1rem 2rem;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #5b00ff4d}.primary-cta:hover{transform:translateY(-2px);box-shadow:0 6px 20px #5b00ff66}.secondary-cta{background:transparent;color:var(--white);border:2px solid var(--uv-purple);padding:1rem 2rem;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease}.secondary-cta:hover{background:var(--uv-purple);transform:translateY(-2px)}.hero-visual{display:flex;justify-content:center;align-items:center;margin-bottom:2rem}.quantum-animation{position:relative;width:400px;height:400px}.wavefunction{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:300px;height:300px;border:2px solid var(--uv-purple);border-radius:50%;animation:wave 4s ease-in-out infinite}.measurement-point{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:16px;height:16px;background:var(--neon-cyan);border-radius:50%;box-shadow:0 0 30px var(--neon-cyan);animation:measure 4s ease-in-out infinite}@keyframes wave{0%,to{transform:translate(-50%,-50%) scale(1);opacity:.3}50%{transform:translate(-50%,-50%) scale(1.2);opacity:1}}@keyframes measure{0%,to{opacity:.5}50%{opacity:1;box-shadow:0 0 40px var(--neon-cyan)}}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.section-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:3rem;background:linear-gradient(135deg,var(--white),var(--neon-cyan));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.fund-metrics{padding:6rem 0;background:linear-gradient(135deg,var(--obsidian-black) 0%,var(--dark-gray) 50%,var(--obsidian-black) 100%);position:relative}.fund-metrics:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,var(--uv-purple),transparent)}.metrics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:3rem}.metric-card{background:linear-gradient(135deg,#5b00ff1a,#00f6ff0d);border:1px solid rgba(91,0,255,.2);border-radius:16px;padding:2rem;text-align:center;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.metric-card:hover{transform:translateY(-5px);border-color:var(--neon-cyan);box-shadow:0 10px 30px #00f6ff33}.metric-value{font-size:3rem;font-weight:700;background:linear-gradient(135deg,var(--uv-purple),var(--neon-cyan));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem}.metric-label{font-size:1.1rem;font-weight:600;color:var(--white);margin-bottom:.5rem}.metric-description{font-size:.9rem;color:var(--text-muted);line-height:1.4}.metrics-cta{text-align:center;max-width:600px;margin:0 auto}.metrics-disclaimer{font-size:.85rem;color:var(--text-muted);margin-bottom:2rem;line-height:1.5;font-style:italic;text-align:center;max-width:500px;margin-left:auto;margin-right:auto}.investment-highlight{margin:3rem 0;display:flex;justify-content:center}.highlight-box{background:linear-gradient(135deg,#5b00ff26,#00f6ff1a);border:2px solid var(--neon-cyan);border-radius:16px;padding:2rem;text-align:center;max-width:600px;position:relative;overflow:hidden}.highlight-box:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(0,246,255,.1),transparent);animation:shimmer 3s infinite}@keyframes shimmer{0%{left:-100%}to{left:100%}}.highlight-title{font-size:1.5rem;font-weight:700;color:var(--neon-cyan);margin-bottom:1rem;text-transform:uppercase;letter-spacing:1px}.highlight-statement{font-size:1.25rem;line-height:1.4;margin-bottom:1rem;color:var(--white)}.highlight-statement strong{background:linear-gradient(135deg,var(--uv-purple),var(--neon-cyan));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:700;font-size:1.35rem}.highlight-disclaimer{font-size:.9rem;color:var(--text-muted);font-style:italic;margin-bottom:0}.fund-terms{padding:6rem 0;background:var(--obsidian-black);position:relative}.fund-terms:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,var(--uv-purple),transparent)}.terms-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.terms-card{background:linear-gradient(135deg,#5b00ff0d,#00f6ff05);border:1px solid rgba(91,0,255,.2);border-radius:16px;overflow:hidden;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.terms-card:hover{transform:translateY(-5px);border-color:var(--neon-cyan);box-shadow:0 10px 30px #00f6ff26}.terms-header{background:linear-gradient(135deg,var(--uv-purple),var(--neon-cyan));padding:1.5rem;text-align:center}.terms-header h3{font-size:1.25rem;font-weight:700;color:var(--white);margin:0;text-transform:uppercase;letter-spacing:1px}.terms-content{padding:2rem}.term-item{display:flex;flex-direction:column;margin-bottom:1.5rem;gap:.5rem}.term-item:last-child{margin-bottom:0}.term-label{font-weight:600;color:var(--neon-cyan);font-size:.9rem;text-transform:uppercase;letter-spacing:.5px}.term-value{color:var(--white);font-size:1rem;line-height:1.4}.service-provider{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid rgba(91,0,255,.1)}.service-provider:last-of-type{border-bottom:none;margin-bottom:1rem}.provider-name{font-weight:600;color:var(--white)}.provider-type{color:var(--text-muted);font-size:.9rem;background:#5b00ff1a;padding:.25rem .75rem;border-radius:12px;border:1px solid rgba(91,0,255,.2)}.service-note{color:var(--text-muted);font-style:italic;font-size:.85rem;text-align:center;margin:0}.about{padding:6rem 0;background:var(--dark-gray)}.about-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.about-card{background:#ffffff05;border:1px solid rgba(91,0,255,.1);border-radius:12px;padding:2rem;text-align:center;transition:all .3s ease}.about-card:hover{transform:translateY(-5px);border-color:var(--uv-purple);box-shadow:0 10px 30px #5b00ff33}.card-icon{font-size:3rem;margin-bottom:1rem}.about-card h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:var(--white)}.about-card p{color:var(--text-muted);line-height:1.6}.strategy{padding:6rem 0}.strategy-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.strategy-text h3{font-size:2rem;font-weight:600;margin-bottom:1.5rem;color:var(--white)}.strategy-text p{color:var(--text-muted);margin-bottom:1.5rem;line-height:1.6}.quantum-diagram{display:flex;align-items:center;justify-content:center;gap:2rem;padding:2rem;background:#ffffff05;border-radius:12px;border:1px solid rgba(91,0,255,.1)}.superposition-state,.collapsed-state{padding:1rem 2rem;border-radius:8px;font-weight:600;text-align:center;min-width:140px}.superposition-state{background:var(--uv-purple);color:var(--white)}.collapsed-state{background:var(--neon-cyan);color:var(--obsidian-black)}.decoherence-arrow{font-size:2rem;color:var(--neon-cyan);animation:pulse 2s ease-in-out infinite;display:flex;align-items:center;justify-content:center}.faq{padding:6rem 0;background:var(--dark-gray)}.faq-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.faq-item{background:#ffffff05;border:1px solid rgba(91,0,255,.1);border-radius:12px;padding:0;transition:all .3s ease;overflow:hidden}.faq-item:hover,.faq-item.open{border-color:var(--uv-purple);box-shadow:0 15px 35px #5b00ff33;transform:translateY(-4px)}.faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:1.75rem 2rem;background:transparent;border:none;color:var(--white);font-size:1.15rem;font-weight:600;text-align:left;cursor:pointer;transition:color .3s ease}.faq-question span:first-child{flex:1}.faq-question:focus-visible{outline:2px solid var(--neon-cyan);outline-offset:4px}.faq-icon{font-size:1.5rem;transition:transform .3s ease}.faq-item.open .faq-icon{transform:rotate(180deg)}.faq-answer{max-height:0;opacity:0;overflow:hidden;padding:0 2rem;color:var(--text-muted);transition:max-height .35s ease,opacity .3s ease,padding .3s ease}.faq-item.open .faq-answer{max-height:400px;opacity:1;padding:0 2rem 1.75rem}.faq-answer p{line-height:1.6}.newsletter{padding:6rem 0;background:var(--obsidian-black)}.newsletter-content{text-align:center;max-width:600px;margin:0 auto}.newsletter-content h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:var(--white)}.newsletter-content p{color:var(--text-muted);margin-bottom:2rem;font-size:1.1rem}.newsletter-form{display:flex;gap:1rem;max-width:400px;margin:0 auto}.newsletter-form input{flex:1;padding:1rem;border:2px solid var(--light-gray);border-radius:8px;background:var(--obsidian-black);color:var(--white);font-size:1rem}.newsletter-form input:focus{outline:none;border-color:var(--uv-purple)}.newsletter-form button{background:linear-gradient(135deg,var(--uv-purple),var(--neon-cyan));color:var(--white);border:none;padding:1rem 2rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease}.newsletter-form button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #5b00ff66}.success-message{color:var(--neon-cyan);font-weight:600}.contact{padding:6rem 0}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.contact-info h3{font-size:2rem;font-weight:600;margin-bottom:1rem;color:var(--white)}.contact-info p{color:var(--text-muted);margin-bottom:2rem}.contact-details p{margin-bottom:.5rem}.contact-details a{color:var(--neon-cyan);text-decoration:none;transition:color .3s ease}.contact-details a:hover{color:var(--white)}.contact-cta{text-align:center}.footer{background:var(--obsidian-black);padding:4rem 0 2rem;border-top:1px solid rgba(91,0,255,.1)}.footer-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;margin-bottom:3rem}.footer-brand p{color:var(--text-muted);margin-top:1rem}.footer-links{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.footer-section h4{font-weight:600;margin-bottom:1rem;color:var(--white)}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:var(--text-muted);text-decoration:none;transition:color .3s ease}.footer-section ul li a:hover{color:var(--neon-cyan)}.footer-disclaimer{border-top:1px solid rgba(255,255,255,.1);padding-top:2rem}.footer-disclaimer p{color:var(--text-muted);font-size:.9rem;line-height:1.6}.article-container{padding:2rem 0;max-width:800px;margin:0 auto}.article-header{text-align:center;margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid rgba(91,0,255,.1)}.article-category{background:#5b00ff1a;color:var(--neon-cyan);padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:500;display:inline-block;margin-bottom:1rem}.article-header h1{font-size:2.5rem;font-weight:700;color:var(--white);margin-bottom:1rem;line-height:1.2}.article-meta{color:var(--text-muted);font-size:.9rem}.article-content{line-height:1.8}.article-content h2{font-size:1.8rem;font-weight:600;color:var(--white);margin:2.5rem 0 1rem;padding-top:1rem}.article-content h3{font-size:1.3rem;font-weight:600;color:var(--white);margin:1.5rem 0 .5rem}.article-content p{color:var(--text-muted);margin-bottom:1.5rem;font-size:1.1rem}.article-content ul,.article-content ol{color:var(--text-muted);margin-bottom:1.5rem;padding-left:1.5rem}.article-content li{margin-bottom:.5rem;font-size:1.1rem}.article-content strong{color:var(--white);font-weight:600}.article-footer{margin-top:3rem;padding-top:2rem;border-top:1px solid rgba(91,0,255,.1);color:var(--text-muted);font-size:.9rem}.article-footer p{margin-bottom:.5rem}@media (max-width: 768px){.nav-container{padding:0 1rem}.desktop-nav{display:none}.mobile-menu-button{display:block}.logo-text{font-size:1.1rem}.hero{padding:8rem 0 4rem;min-height:80vh}.hero-container{gap:2rem;text-align:center;padding:0 1rem}.hero-title{font-size:2.5rem;line-height:1.2;margin-bottom:1rem}.hero-subtitle{font-size:1.1rem;line-height:1.5;margin-bottom:2rem}.hero-buttons{flex-direction:column;align-items:center;gap:1rem}.primary-cta,.secondary-cta{width:100%;max-width:280px;padding:1rem 2rem;font-size:1rem}.section-title{font-size:2rem;margin-bottom:2rem}.fund-metrics{padding:4rem 0}.metrics-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.metric-card{padding:1.5rem}.metric-value{font-size:2.5rem}.metric-label{font-size:1rem}.metric-description{font-size:.85rem}.about,.strategy,.faq,.newsletter,.contact{padding:4rem 0}.strategy-content{grid-template-columns:1fr;gap:2rem}.contact-content{grid-template-columns:1fr;gap:2rem;text-align:center}.footer-content{grid-template-columns:1fr;gap:2rem}.footer-links{grid-template-columns:1fr}.newsletter-form{flex-direction:column;gap:1rem}.newsletter-form input,.newsletter-form button{width:100%}.quantum-animation{width:300px;height:300px}.wavefunction{width:200px;height:200px}.faq-grid{grid-template-columns:1fr;gap:1.5rem}.faq-question{padding:1.5rem}.faq-answer,.faq-item.open .faq-answer{padding-left:1.5rem;padding-right:1.5rem}.faq-item.open .faq-answer{padding-bottom:1.5rem}.investment-highlight{margin:2rem 0}.highlight-box{padding:1.5rem;margin:0 1rem}.highlight-title{font-size:1.25rem}.highlight-statement{font-size:1.1rem}.highlight-statement strong{font-size:1.2rem}.fund-terms{padding:4rem 0}.terms-grid{grid-template-columns:1fr;gap:1.5rem}.terms-content{padding:1.5rem}.terms-header{padding:1.25rem}.terms-header h3{font-size:1.1rem}.founder-bio{padding:4rem 0}.founder-name{font-size:2rem}.founder-title,.bio-intro p{font-size:1.1rem}.highlight-item{padding:1.5rem;gap:1rem}.highlight-icon{width:50px;height:50px;font-size:2rem}.highlight-text h4{font-size:1.1rem}.bio-quote{padding:2.5rem 2rem 2rem}.bio-quote:before,.bio-quote:after{font-size:3.75rem}.bio-quote:before{left:1.85rem}.bio-quote:after{right:1.85rem}.bio-quote blockquote{font-size:1.25rem}}@media (max-width: 480px){.container{padding:0 1rem}.nav-container{padding:0 .75rem}.logo-text{font-size:1rem}.hero{padding:7rem 0 3rem}.hero-title{font-size:2rem;line-height:1.1}.hero-subtitle{font-size:1rem}.section-title{font-size:1.75rem}.fund-metrics{padding:3rem 0}.about-grid{grid-template-columns:1fr}.metrics-grid{grid-template-columns:1fr;gap:1rem}.metric-card{padding:1.25rem}.metric-value{font-size:2rem}.metric-label{font-size:.95rem}.metric-description{font-size:.8rem}.about,.strategy,.faq,.newsletter,.contact{padding:3rem 0}.quantum-diagram{flex-direction:column;gap:1rem}.superposition-state,.collapsed-state{min-width:auto;padding:1rem;font-size:.9rem}.mobile-nav-links{padding:1.5rem;gap:1rem}.mobile-nav-links a{font-size:1rem;padding:.75rem 0}}@media (max-width: 768px){.primary-cta,.secondary-cta,.cta-button{min-height:48px;padding:1rem 1.5rem;font-size:1rem;touch-action:manipulation}.hero-buttons{gap:1.5rem;margin-top:2rem}body{font-size:16px;line-height:1.6}input[type=email]{font-size:16px}.about-card,.metric-card,.faq-item{margin-bottom:1rem}.newsletter-form{max-width:400px;margin:0 auto}.newsletter-form input{min-height:48px;padding:1rem;font-size:16px;border-radius:8px}.newsletter-form button{min-height:48px;padding:1rem;font-size:1rem}}@media (max-width: 480px){.mobile-nav-links a{min-height:48px;display:flex;align-items:center;justify-content:center}.hero-title{font-size:1.75rem}.hero-subtitle{font-size:.95rem}.metric-card{margin-bottom:1rem}.primary-cta,.secondary-cta{padding:1rem 1.25rem;font-size:.95rem}.highlight-box{margin:0 .5rem;padding:1.25rem}.highlight-title{font-size:1.1rem}.highlight-statement{font-size:1rem}.highlight-statement strong{font-size:1.1rem}.fund-terms{padding:3rem 0}.terms-content{padding:1.25rem}.terms-header{padding:1rem}.terms-header h3{font-size:1rem}.service-provider{flex-direction:column;align-items:flex-start;gap:.5rem;padding:1rem 0}.founder-bio{padding:3rem 0}.founder-name{font-size:1.75rem}.founder-title,.bio-intro p{font-size:1rem}.highlight-item{flex-direction:column;text-align:center;padding:1.25rem;gap:1rem}.highlight-icon{width:45px;height:45px;font-size:1.75rem;margin:0 auto}.highlight-text h4{font-size:1rem}.bio-quote{padding:2rem 1.5rem 1.5rem}.bio-quote:before,.bio-quote:after{font-size:3.25rem}.bio-quote:before{top:1.25rem;left:1.5rem}.bio-quote:after{bottom:1.25rem;right:1.5rem}.bio-quote blockquote{font-size:1.15rem}}.founder-bio{padding:6rem 0;background:linear-gradient(135deg,var(--dark-gray) 0%,var(--obsidian-black) 50%,var(--dark-gray) 100%);position:relative}.founder-bio:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,var(--neon-cyan),transparent)}.bio-container{max-width:1000px;margin:0 auto}.bio-header{text-align:center;margin-bottom:3rem}.founder-name{font-size:2.5rem;font-weight:700;background:linear-gradient(135deg,var(--uv-purple),var(--neon-cyan));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem}.founder-title{font-size:1.25rem;color:var(--neon-cyan);font-weight:600;text-transform:uppercase;letter-spacing:1px;margin:0}.bio-intro{text-align:center;margin-bottom:3rem}.bio-intro p{font-size:1.25rem;color:var(--text-muted);line-height:1.6;max-width:600px;margin:0 auto}.bio-highlights{display:grid;gap:2rem;margin-bottom:3rem}.highlight-item{display:flex;align-items:flex-start;gap:1.5rem;background:#ffffff05;border:1px solid rgba(91,0,255,.1);border-radius:12px;padding:2rem;transition:all .3s ease}.highlight-item:hover{border-color:var(--uv-purple);transform:translateY(-2px);box-shadow:0 8px 25px #5b00ff26}.highlight-icon{font-size:2.5rem;flex-shrink:0;display:flex;align-items:center;justify-content:center;width:60px;height:60px;background:linear-gradient(135deg,var(--uv-purple),var(--neon-cyan));border-radius:12px}.highlight-text h4{font-size:1.25rem;font-weight:600;color:var(--white);margin-bottom:.75rem}.highlight-text p{color:var(--text-muted);line-height:1.6;margin:0}.bio-quote{text-align:left;background:linear-gradient(135deg,#5b00ff1f,#00f6ff14);border:1px solid rgba(91,0,255,.35);border-radius:16px;padding:3rem 3rem 2.5rem;position:relative;max-width:760px;margin:0 auto}.bio-quote:before,.bio-quote:after{position:absolute;font-size:4.5rem;color:#00f6ff66;font-weight:600;line-height:1;pointer-events:none}.bio-quote:before{content:"“";top:1.5rem;left:2.25rem}.bio-quote:after{content:"”";bottom:1.5rem;right:2.25rem}.bio-quote blockquote{font-size:1.4rem;font-style:italic;color:var(--white);line-height:1.6;margin:0 0 1.5rem;font-weight:500;display:flex;flex-direction:column;gap:.75rem}.bio-quote blockquote p{margin:0}.bio-quote cite{display:block;text-align:right;font-size:1rem;color:var(--neon-cyan);font-weight:600;font-style:normal}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;background:var(--obsidian-black);color:var(--white)}.quantum-spinner{position:relative;width:80px;height:80px;margin-bottom:2rem}.interference-ring-1{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:80px;height:80px;border:2px solid var(--uv-purple);border-radius:50%;animation:pulse-ring-1 2s ease-in-out infinite}.interference-ring-2{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:60px;height:60px;border:2px solid var(--neon-cyan);border-radius:50%;animation:pulse-ring-2 2s ease-in-out infinite reverse}.center-dot{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:12px;height:12px;background:var(--neon-cyan);border-radius:50%;box-shadow:0 0 20px var(--neon-cyan);animation:pulse-dot 1.5s ease-in-out infinite}@keyframes pulse-ring-1{0%,to{opacity:.3;transform:translate(-50%,-50%) scale(1)}50%{opacity:1;transform:translate(-50%,-50%) scale(1.1)}}@keyframes pulse-ring-2{0%,to{opacity:.5;transform:translate(-50%,-50%) scale(1)}50%{opacity:1;transform:translate(-50%,-50%) scale(.9)}}@keyframes pulse-dot{0%,to{opacity:.5;transform:translate(-50%,-50%) scale(1)}50%{opacity:1;transform:translate(-50%,-50%) scale(1.2);box-shadow:0 0 30px var(--neon-cyan)}}.loading-text{font-family:Space Grotesk,sans-serif;font-weight:500;color:var(--text-muted);font-size:1.1rem;animation:fade-in-out 2s ease-in-out infinite}@keyframes fade-in-out{0%,to{opacity:.5}50%{opacity:1}}.due-diligence-page{min-height:100vh;background:radial-gradient(circle at top,#101828f2,#0b1220 70%);color:#f5f6fa;padding:80px 20px 120px;font-family:Inter,sans-serif}.dd-gate,.dd-content{max-width:1200px;margin:0 auto}.dd-gate-card{background:#0f172ad9;border:1px solid rgba(148,163,184,.3);box-shadow:0 25px 45px #0f183273;border-radius:18px;padding:48px;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);text-align:center}.dd-gate-card h1{font-size:2.2rem;margin-bottom:16px}.dd-gate-card p{color:#e2e8f0d9;line-height:1.6}.dd-gate-form{margin:32px auto 16px;max-width:360px;display:flex;flex-direction:column;gap:12px}.dd-gate-form label{text-align:left;font-weight:500;opacity:.9}.dd-gate-form input{padding:12px 14px;border-radius:10px;border:1px solid rgba(148,163,184,.4);background:#0f172a99;color:#f5f6fa;font-size:1rem}.dd-gate-form button{margin-top:8px;padding:12px;background:linear-gradient(120deg,#38bdf8,#818cf8);color:#0f172a;font-weight:600;border-radius:10px;border:none;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.dd-gate-form button:hover{transform:translateY(-1px);box-shadow:0 12px 24px #38bdf859}.dd-error-message{color:#f87171;font-size:.95rem;margin-top:6px}.dd-support-note{margin-top:12px;font-size:.95rem;color:#e2e8f0bf}.dd-support-note a{color:#38bdf8}.dd-content{display:flex;flex-direction:column;gap:48px}.dd-header{display:flex;justify-content:space-between;align-items:flex-start;gap:24px}.dd-header h1{font-size:2.4rem;margin-bottom:12px}.dd-header p{max-width:640px;color:#e2e8f0bf;line-height:1.6}.dd-logout{align-self:flex-start;padding:10px 18px;border-radius:10px;border:1px solid rgba(148,163,184,.4);background:transparent;color:#f5f6fa;cursor:pointer;transition:background .2s ease,color .2s ease}.dd-logout:hover{background:#94a3b826}.dd-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));align-items:stretch;gap:1px;padding:1px;border-radius:22px;border:1px solid rgba(148,163,184,.25);background:radial-gradient(circle at top,#94a3b859,#0f172a59);overflow:hidden}.dd-summary-card{padding:24px;border-radius:0;background:linear-gradient(160deg,#0f172aeb,#1e293bbd);display:flex;flex-direction:column;gap:8px;min-height:140px;box-shadow:inset 0 0 0 1px #94a3b82e}.dd-summary-label{display:block;text-transform:uppercase;font-size:.75rem;letter-spacing:.08em;opacity:.7}.dd-summary-card strong{font-size:1.6rem;font-weight:600;line-height:1.2}.dd-summary-subtext{font-size:.85rem;color:#e2e8f0bf;line-height:1.4}.dd-private-briefing{padding:36px 40px;border-radius:22px;border:1px solid rgba(148,163,184,.25);background:linear-gradient(155deg,#0f172ad1,#1e293b9e);box-shadow:0 18px 40px #0f183259;display:flex;flex-direction:column;gap:32px}.dd-private-narrative{display:flex;flex-direction:column;gap:24px;padding:24px;border-radius:18px;border:1px solid rgba(148,197,255,.25);background:#080c18a6;box-shadow:inset 0 0 0 1px #0e204059}.dd-private-narrative-heading{margin:0;color:#f8fafc}.dd-private-narrative-heading--h2{font-size:1.6rem;font-weight:600;letter-spacing:.01em}.dd-private-narrative-heading--h3{font-size:1.15rem;font-weight:600;color:#bfdbfef2;text-transform:uppercase;letter-spacing:.08em}.dd-private-narrative-paragraph{margin:0;color:#e2e8f0d9;line-height:1.6}.dd-private-narrative-quote{margin:0;padding:16px 20px;border-left:4px solid rgba(96,165,250,.7);background:#090d18b3;color:#e2e8f0cc;font-style:italic;border-radius:12px}.dd-private-narrative-list{margin:0;padding-left:1.4rem;display:flex;flex-direction:column;gap:10px;color:#e2e8f0d9}.dd-private-narrative-list-item{line-height:1.6}.dd-private-narrative-note{margin:0;color:#94c5ffcc;font-size:.85rem;font-style:italic}.dd-private-narrative-separator{border:none;height:1px;background:#94a3b840}.dd-private-narrative-references{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px;color:#94c5ffd9;font-size:.9rem}.dd-private-narrative-reference-item{line-height:1.5}.dd-private-narrative-reference-label{font-weight:600;color:#60a5faf2}.dd-private-narrative-references a{color:#81c7fff2;text-decoration:underline}.dd-private-narrative-disclaimer{margin:0;font-size:.8rem;color:#94a3b8d9;font-style:italic}.dd-private-header h2{font-size:2rem;margin-bottom:12px}.dd-private-header p{max-width:720px;color:#e2e8f0c7;line-height:1.6}.dd-private-highlight{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:22px 28px;border-radius:18px;border:1px solid rgba(148,163,184,.3);background:#0d1324d9;box-shadow:0 16px 40px #0f183252}.dd-private-highlight-copy{display:flex;flex-direction:column;gap:6px;max-width:70%}.dd-private-highlight-label{font-size:.95rem;letter-spacing:.08em;text-transform:uppercase;color:#e2e8f0c7}.dd-private-highlight-context{font-size:.9rem;color:#e2e8f0a6}.dd-private-highlight-value{font-size:2.1rem;font-weight:600;color:#f8fafc;white-space:nowrap}.dd-private-grid{display:grid;gap:1px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));padding:1px;border-radius:20px;border:1px solid rgba(148,163,184,.25);background:linear-gradient(155deg,#33415559,#0f172a66);overflow:hidden}.dd-private-panel{background:#0d1324cc;border-radius:0;padding:24px;display:flex;flex-direction:column;gap:24px;box-shadow:inset 0 0 0 1px #94a3b82e}.dd-private-panel--macro{grid-column:1 / -1}.dd-private-panel-header h3{font-size:1.25rem;font-weight:600;margin-bottom:4px}.dd-private-panel-subtext{font-size:.85rem;color:#e2e8f099;letter-spacing:.02em;text-transform:uppercase}.dd-private-metrics-grid{display:grid;gap:1px;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));padding:1px;border-radius:16px;background:linear-gradient(150deg,#33415559,#0f172a66);box-shadow:inset 0 0 0 1px #94a3b82e}.dd-private-metric-card{padding:16px;border-radius:0;background:#0a101ce0;display:flex;flex-direction:column;gap:6px;box-shadow:inset 0 0 0 1px #94a3b826}.dd-private-metric-label{font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;color:#e2e8f0a6}.dd-private-metric-value{font-size:1.45rem;font-weight:600;color:#f8fafc}.dd-macro-tool{display:flex;flex-direction:column;gap:24px}.dd-macro-inputs{display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.dd-macro-input-group{display:flex;flex-direction:column;gap:8px}.dd-macro-input-group--inline{max-width:220px}.dd-macro-input-control{display:flex;align-items:center;gap:12px}.dd-macro-input-control input[type=range]{flex:1;accent-color:var(--primary-accent)}.dd-macro-input-control span{font-weight:600;font-variant-numeric:tabular-nums;color:#e2e8f0d9}.dd-macro-number-control{display:flex;align-items:center;gap:8px}.dd-macro-number-control span{font-weight:600;color:#e2e8f0d9}.dd-macro-years-input,.dd-macro-percent-input{width:100%;padding:8px 12px;border-radius:12px;border:1px solid rgba(148,163,184,.2);background:#0f172ab3;color:#e2e8f0f2;font-weight:600}.dd-macro-years-input:focus,.dd-macro-percent-input:focus{outline:none;border-color:var(--primary-accent);box-shadow:0 0 0 2px #00f5c440}.dd-macro-helper{font-size:.8rem;color:#e2e8f0a6;line-height:1.4}.dd-macro-output-grid{display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.dd-macro-output-card{background:#0a1021e6;border-radius:20px;padding:20px;border:1px solid rgba(148,163,184,.2);display:flex;flex-direction:column;gap:10px;box-shadow:inset 0 0 0 1px #94a3b814}.dd-macro-output-label{font-size:.85rem;text-transform:uppercase;letter-spacing:.1em;color:#e2e8f0b8}.dd-macro-output-value{font-size:2.1rem;font-weight:700;color:#f8fafcfa}.dd-macro-output-lines{display:flex;flex-direction:column;gap:4px;font-size:1rem;color:#e2e8f0c7;font-variant-numeric:tabular-nums;line-height:1.35}.dd-macro-output-lines span{font-weight:600}.dd-macro-benchmark{display:grid;gap:20px;grid-template-columns:minmax(0,1fr);padding:20px;border-radius:18px;background:linear-gradient(140deg,#0b1220d9,#152136a6);border:1px solid rgba(94,234,212,.1);box-shadow:inset 0 0 0 1px #5eead40d}.dd-macro-benchmark-copy h4,.dd-macro-allocation h4{margin:0;font-size:1.2rem;font-weight:600;color:#f8fafcf2}.dd-macro-benchmark-copy p,.dd-macro-allocation p{margin:8px 0 0;color:#e2e8f0b3;line-height:1.6}.dd-macro-benchmark-toggle{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px}.dd-macro-benchmark-button{border:1px solid rgba(94,234,212,.2);background:#080e1a99;border-radius:14px;padding:14px;display:flex;flex-direction:column;gap:6px;text-align:left;cursor:pointer;transition:border .2s ease,box-shadow .2s ease,transform .2s ease;color:#e2e8f0d9}.dd-macro-benchmark-button:hover,.dd-macro-benchmark-button:focus-visible{border-color:#5eead480;box-shadow:0 12px 24px #5eead41f;transform:translateY(-1px);outline:none}.dd-macro-benchmark-button--active{border-color:#818cf8a6;background:linear-gradient(150deg,#38bdf81f,#818cf838);color:#f8fafcf2;box-shadow:0 14px 28px #818cf833}.dd-macro-benchmark-label{font-weight:600;font-size:1rem}.dd-macro-benchmark-blurb{font-size:.85rem;color:#e2e8f0a6}.dd-macro-benchmark-meta{font-size:.75rem;color:#7dd3fcb3}.dd-macro-benchmark-results{display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.dd-macro-benchmark-card{padding:20px;border-radius:18px;border:1px solid rgba(94,234,212,.22);background:#060c16d1;display:flex;flex-direction:column;gap:10px;box-shadow:inset 0 0 0 1px #5eead41a}.dd-macro-benchmark-card--delta{border-color:#818cf840;background:linear-gradient(160deg,#111827d9,#1e40af8c)}.dd-macro-allocation{display:flex;flex-direction:column;gap:16px;padding:20px;border-radius:18px;border:1px solid rgba(129,140,248,.25);background:linear-gradient(150deg,#0f172ad1,#1e293b9e);box-shadow:inset 0 0 0 1px #818cf81a}.dd-macro-allocation-grid{display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.dd-macro-allocation-card{padding:18px;border-radius:16px;border:1px solid rgba(148,163,184,.25);background:#0b1220d1;display:flex;flex-direction:column;gap:8px;position:relative;overflow:hidden}.dd-macro-allocation-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at top,rgba(56,189,248,.18),transparent 60%);opacity:.8;pointer-events:none}.dd-macro-allocation-heading{display:flex;align-items:baseline;gap:8px;z-index:1}.dd-macro-allocation-stats{display:flex;flex-direction:column;gap:10px;z-index:1}.dd-macro-allocation-row{display:flex;flex-direction:column;gap:2px}.dd-macro-allocation-label{font-size:.75rem;letter-spacing:.06em;text-transform:uppercase;color:#e2e8f099}.dd-macro-allocation-value{font-size:.95rem;font-weight:600;color:#f8fafcf2}.dd-macro-allocation-subvalue{font-size:.8rem;color:#e2e8f0a6}.dd-macro-allocation-percent{font-size:1.3rem;font-weight:700;color:#f8fafcf2}.dd-macro-allocation-tag{font-size:.7rem;text-transform:uppercase;letter-spacing:.08em;color:#e2e8f0a6}.dd-macro-allocation-copy{margin:0;font-size:.85rem;color:#e2e8f0b3;line-height:1.5;z-index:1}.dd-macro-footnote{font-size:.85rem;color:#e2e8f0a6;line-height:1.5}@media (max-width: 768px){.dd-macro-input-group--inline{max-width:none}}.dd-private-table-wrapper{width:100%;overflow-x:auto}.dd-private-table{width:100%;border-collapse:collapse;min-width:420px}.dd-private-table th,.dd-private-table td{padding:12px 14px;text-align:left}.dd-private-table th{font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;color:#e2e8f099;border-bottom:1px solid rgba(148,163,184,.2)}.dd-private-table tbody tr{border-bottom:1px solid rgba(148,163,184,.15)}.dd-private-table tbody tr:last-child{border-bottom:none}.dd-private-table td{font-size:.95rem;color:#e2e8f0d9}.dd-private-theme-list,.dd-private-correlation-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.dd-private-panel--personas{background:linear-gradient(145deg,#111930f2,#0b1120cc);border:1px solid rgba(148,197,255,.25);box-shadow:0 12px 30px #0f172a59}.dd-private-archetype-list{list-style:none;margin:0;padding:0;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.dd-private-archetype-item{background:#080c18b3;border:1px solid rgba(96,165,250,.28);border-radius:18px;padding:20px 22px;display:flex;flex-direction:column;gap:14px;min-height:220px}.dd-private-archetype-heading{display:flex;flex-direction:column;gap:8px}.dd-private-archetype-name{font-size:1.1rem;font-weight:600;color:#f8fafc;letter-spacing:.01em}.dd-private-archetype-stats{display:flex;flex-wrap:wrap;gap:8px}.dd-private-archetype-stat-chip{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:999px;background:#1e40af59;border:1px solid rgba(147,197,253,.35);font-family:JetBrains Mono,Fira Code,monospace;font-size:.78rem;letter-spacing:.06em;color:#bfdbfef2;text-transform:uppercase}.dd-private-archetype-points{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.dd-private-archetype-points li{position:relative;padding-left:18px;font-size:.95rem;line-height:1.55;color:#e2e8f0e6}.dd-private-archetype-points li:before{content:"";position:absolute;left:0;top:.55em;width:6px;height:6px;border-radius:50%;background:#93c5fde6;box-shadow:0 0 8px #93c5fd99}.dd-private-theme-list li,.dd-private-correlation-list li{display:flex;justify-content:space-between;align-items:center;padding:12px 14px;border-radius:12px;background:#090d18b3;border:1px solid rgba(148,163,184,.2);font-size:.95rem}.dd-private-theme-name{font-weight:500;color:#e2e8f0d9}.dd-private-theme-weight{font-family:JetBrains Mono,Fira Code,monospace;color:#94c5fff2}.dd-private-correlation-list li span:last-child{font-family:JetBrains Mono,Fira Code,monospace;color:#e2e8f0cc}@media (max-width: 768px){.dd-private-briefing{padding:24px;gap:24px}.dd-private-highlight{flex-direction:column;align-items:flex-start;gap:12px}.dd-private-highlight-copy{max-width:100%}.dd-private-highlight-value{font-size:1.8rem}.dd-private-panel{padding:20px}.dd-private-archetype-item{padding:18px}.dd-private-archetype-name{font-size:1rem}.dd-private-archetype-points li{font-size:.9rem}}.dd-sticky-nav{position:sticky;top:72px;z-index:20;margin:0 0 24px;padding:12px 18px;border-radius:999px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0c1321bf;border:1px solid rgba(148,163,184,.25);box-shadow:0 12px 28px #0a0e1859}.dd-sticky-nav ul{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin:0;padding:0;list-style:none}.dd-sticky-nav a{display:inline-flex;align-items:center;justify-content:center;padding:6px 16px;border-radius:999px;background:#2e384f59;color:#e2e8f0d9;font-size:.85rem;text-decoration:none;transition:background .2s ease,color .2s ease,transform .2s ease}.dd-sticky-nav a:hover,.dd-sticky-nav a:focus{background:#818cf899;color:#0f172a;transform:translateY(-1px)}@media (max-width: 640px){.dd-sticky-nav{border-radius:18px;padding:10px 12px}.dd-sticky-nav a{flex:1 1 45%;text-align:center}}.dd-footer{margin-top:48px;padding:36px 40px;border-radius:22px;border:1px solid rgba(148,163,184,.25);background:linear-gradient(170deg,#0f172adb,#1a2030b3);box-shadow:0 18px 40px #0f183259;display:flex;flex-direction:column;gap:24px}.dd-footer-columns{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:24px}.dd-footer-columns h3{font-size:.9rem;text-transform:uppercase;letter-spacing:.08em;margin-bottom:10px;color:#e2e8f0c7}.dd-footer-columns ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px;color:#e2e8f0b3;font-size:.95rem}.dd-footer-divider{height:1px;background:linear-gradient(90deg,#94a3b800,#94a3b866,#94a3b800)}.dd-footer-meta{display:flex;flex-direction:column;gap:12px;color:#e2e8f0c7;font-size:.95rem}.dd-footer-meta p{margin:0;line-height:1.5}.dd-footer-tags{display:flex;flex-wrap:wrap;gap:12px}.dd-footer-tags span{padding:6px 14px;border-radius:999px;background:#38bdf826;border:1px solid rgba(56,189,248,.35);color:#bfdbfef2;font-size:.8rem;letter-spacing:.04em}.dd-footer-disclaimer{margin-top:8px;font-size:.9rem;color:#e2e8f0b3;line-height:1.6}.dd-footer-disclaimer strong{display:block;margin-bottom:6px;color:#e2e8f0d9}@media (max-width: 640px){.dd-footer{padding:24px}.dd-footer-columns{gap:24px}}.dd-calculator{margin-top:24px;padding:36px 40px;border-radius:20px;border:1px solid rgba(148,163,184,.25);background:linear-gradient(160deg,#0f172ad9,#1e293ba6);box-shadow:0 24px 55px #0f183273;display:flex;flex-direction:column;gap:32px}.monte-carlo{display:flex;flex-direction:column;gap:28px;border-radius:22px;background:linear-gradient(165deg,#0f172ae0,#192335c2);border:1px solid rgba(148,163,184,.25);box-shadow:0 24px 55px #0f183273}.monte-carlo-header{display:flex;flex-direction:column;gap:18px}.monte-carlo-heading h2{margin:0;font-size:2rem}.monte-carlo-heading p{margin:0;color:#e2e8f0bf;line-height:1.6;max-width:720px}.monte-carlo-actions{display:flex;flex-wrap:wrap;gap:12px}.monte-carlo-actions a,.monte-carlo-actions button{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:10px 16px;border-radius:12px;border:1px solid rgba(148,163,184,.35);background:#141c2be6;color:#e2e8f0d9;font-size:.9rem;font-weight:500;text-decoration:none;transition:transform .2s ease,background .2s ease,border .2s ease}.monte-carlo-actions button{background:linear-gradient(120deg,#38bdf8,#818cf8);border-color:transparent;color:#0f172a}.monte-carlo-actions a:hover,.monte-carlo-actions button:hover{transform:translateY(-1px);border-color:#94c5ff80;background:#1b2537f2}.monte-carlo-actions button:hover{background:linear-gradient(120deg,#38bdf8,#4f46e5);border-color:transparent}.monte-carlo-body{display:flex;flex-direction:column;gap:24px}.monte-card-grid{display:grid;gap:1px;padding:1px;border-radius:18px;border:1px solid rgba(148,163,184,.2);background:linear-gradient(155deg,#33415559,#0f172a73);overflow:hidden}.monte-card-grid--summary{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.monte-card-grid--highlights{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.monte-card-grid--regimes{grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}.monte-card{padding:20px;background:#0a101ceb;display:flex;flex-direction:column;gap:8px;box-shadow:inset 0 0 0 1px #94a3b82e}.monte-card h3{margin:0;font-size:1.1rem}.monte-card p{margin:0;color:#e2e8f0bf;line-height:1.5}.monte-card-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.monte-card-list li{display:flex;justify-content:space-between;align-items:center;font-size:.95rem;color:#e2e8f0d9}.monte-card-list li span:first-child{color:#94a3b8d9;font-size:.85rem;letter-spacing:.02em}.monte-card-source{font-size:.8rem;letter-spacing:.04em;color:#94c5ffd9}.monte-card strong,.monte-card .monte-metric{font-size:1.9rem;font-weight:600;color:#f8fafc}.monte-metric--compact{font-size:1.45rem}.monte-card small{font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;color:#94c5ffcc}.monte-card-pair{margin-top:14px;padding-top:14px;border-top:1px solid rgba(148,163,184,.18);display:flex;flex-direction:column;gap:6px}.monte-section{display:flex;flex-direction:column;gap:16px;padding:24px;border-radius:20px;background:#0c1221eb;box-shadow:inset 0 0 0 1px #94a3b838}.monte-section-header h3{margin:0;font-size:1.3rem}.monte-section-header p{margin:0;color:#e2e8f0b8;line-height:1.5}.monte-hurdle-options{display:flex;gap:6px;flex-wrap:wrap}.monte-hurdle-button{padding:6px 12px;border-radius:999px;border:1px solid rgba(148,163,184,.35);background:#181f30e6;color:#e2e8f0d9;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;cursor:pointer;transition:background .2s ease,color .2s ease,border .2s ease}.monte-hurdle-button.is-active{background:linear-gradient(120deg,#38bdf8,#818cf8);border-color:transparent;color:#0f172a}.monte-hurdle-button:hover{background:#253048f2}.monte-chart{height:320px}.monte-footer-note{font-size:.75rem;color:#94a3b8bf;text-transform:uppercase;letter-spacing:.08em}.monte-status{font-size:.9rem;color:#e2e8f0b3}.monte-status--error{color:#f87171}@media (min-width: 768px){.monte-carlo-header{flex-direction:row;align-items:center;justify-content:space-between}.monte-carlo-heading{max-width:65%}}@media (max-width: 640px){.monte-carlo{padding:28px 24px}.monte-card-grid--highlights,.monte-card-grid--summary{grid-template-columns:1fr}.monte-card{padding:18px}.monte-chart{height:260px}}.dd-narrative{padding:36px 40px;border-radius:20px;border:1px solid rgba(148,163,184,.25);background:linear-gradient(150deg,#0f172acc,#1e293b99);box-shadow:0 18px 40px #0f183259;display:flex;flex-direction:column;gap:28px}.dd-narrative-header h2{font-size:2rem;margin-bottom:12px}.dd-narrative-header p{max-width:720px;color:#e2e8f0c7;line-height:1.6}.dd-narrative-grid{display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.dd-narrative-card{position:relative;padding:20px 22px;border-radius:16px;border:1px solid rgba(148,163,184,.25);background:#0f172ab3;text-decoration:none;color:inherit;display:flex;flex-direction:column;gap:10px;transition:transform .2s ease,box-shadow .2s ease,border .2s ease}.dd-narrative-card:hover{transform:translateY(-2px);box-shadow:0 16px 28px #0f172a80;border-color:#60a5fa99}.dd-narrative-step{font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;color:#60a5fae6}.dd-narrative-card h3{font-size:1.25rem;margin:0}.dd-narrative-subtitle{font-size:.95rem;color:#e2e8f0cc}.dd-narrative-description{font-size:.9rem;color:#e2e8f0b3;line-height:1.5}.dd-narrative-count{margin-top:8px;font-size:.85rem;color:#94a3b8d9}.dd-calculator-header{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:16px}.dd-calculator-header h2{font-size:2rem;margin-bottom:8px}.dd-calculator-header p{max-width:720px;color:#e2e8f0cc;line-height:1.6}.dd-calculator-metadata{display:flex;flex-wrap:wrap;gap:10px}.dd-calculator-pill{padding:8px 14px;border-radius:999px;background:#38bdf81f;color:#bae6fd;font-size:.85rem;letter-spacing:.04em}.dd-calculator-loading{display:flex;align-items:center;justify-content:center;min-height:220px}.dd-calculator .min-h-screen{min-height:auto;padding:0}.dd-calculator .max-w-screen-2xl{padding-top:0}.dd-calculator .panel{background:#0f172acc;border:1px solid rgba(148,163,184,.15)}.dd-downloads h2,.dd-charts h2,.dd-risk-section h2,.dd-drawdowns h2,.dd-liquidity h2,.dd-qc h2{font-size:1.9rem;margin-bottom:24px}.dd-charts{margin:48px 0}.dd-chart-section{margin:48px 0;display:flex;flex-direction:column;gap:24px}.dd-chart-section-header{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;flex-wrap:wrap}.dd-chart-section-titles{display:flex;flex-direction:column;gap:8px;max-width:760px}.dd-chart-section-step{font-size:.8rem;text-transform:uppercase;letter-spacing:.08em;color:#94a3b8e6}.dd-chart-section-header h3{font-size:1.6rem;margin:0}.dd-chart-section-subtitle{font-size:1rem;color:#e2e8f0d1}.dd-chart-section-description{font-size:.95rem;color:#e2e8f0b3;line-height:1.6}.dd-chart-section-count{padding:8px 16px;border-radius:999px;background:#3b82f62e;color:#93c5fd;font-size:.85rem;letter-spacing:.05em}.dd-charts h2{text-align:center;font-size:2.2rem;margin-bottom:32px;background:linear-gradient(135deg,#60a5fa,#a78bfa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.dd-chart-controls{display:flex;flex-direction:column;gap:20px;margin-bottom:32px;padding:24px;background:#0f172a99;border-radius:16px;border:1px solid rgba(148,163,184,.2)}.dd-chart-search{position:relative;width:100%;max-width:600px;margin:0 auto}.dd-chart-search input{width:100%;padding:14px 48px 14px 20px;background:#0f172acc;border:1px solid rgba(148,163,184,.3);border-radius:12px;color:#f1f5f9;font-size:1rem;transition:all .2s ease}.dd-chart-search input:focus{outline:none;border-color:#3b82f699;box-shadow:0 0 0 3px #3b82f61a}.dd-chart-search input::placeholder{color:#e2e8f080}.dd-chart-search-icon{position:absolute;right:16px;top:50%;transform:translateY(-50%);color:#94a3b899;font-size:20px}.dd-chart-filters{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.dd-chart-filter-btn{padding:8px 18px;background:#0f172acc;border:1px solid rgba(148,163,184,.3);border-radius:20px;color:#e2e8f0cc;font-size:.9rem;cursor:pointer;transition:all .2s ease;white-space:nowrap}.dd-chart-filter-btn:hover{background:#3b82f633;border-color:#3b82f680;color:#60a5fa}.dd-chart-filter-btn.active{background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-color:transparent;color:#fff;font-weight:600}.dd-chart-results-count{text-align:center;color:#e2e8f0b3;font-size:.95rem;margin-top:8px}.dd-chart-no-results{text-align:center;padding:60px 20px;color:#e2e8f099;font-size:1.1rem}.dd-chart-actions{position:absolute;top:12px;right:12px;display:flex;gap:8px;opacity:0;transition:opacity .2s ease;z-index:5}.dd-chart-card:hover .dd-chart-actions{opacity:1}.dd-chart-expand-btn,.dd-chart-download-btn{background:#000000b3;border:1px solid rgba(255,255,255,.2);color:#fff;width:36px;height:36px;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;font-size:18px}.dd-chart-expand-btn:hover{background:#3b82f6e6;border-color:#3b82f680;transform:scale(1.1)}.dd-chart-download-btn:hover{background:#10b981e6;border-color:#10b98180;transform:scale(1.1)}.dd-download-grid{display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.dd-download-card{display:flex;flex-direction:column;gap:6px;padding:20px;border-radius:14px;border:1px solid rgba(148,163,184,.25);background:#0f172aa6;color:inherit;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.dd-download-card:hover{transform:translateY(-2px);box-shadow:0 20px 30px #0f172a73}.dd-download-title{font-weight:600;font-size:1.1rem}.dd-download-subtitle{font-size:.95rem;color:#e2e8f0b3}.dd-chart-grid{display:grid;gap:40px;grid-template-columns:repeat(auto-fit,minmax(550px,1fr))}@media (max-width: 1200px){.dd-chart-grid{grid-template-columns:repeat(auto-fit,minmax(450px,1fr))}}@media (max-width: 768px){.dd-chart-grid{grid-template-columns:1fr}}.dd-chart-card{background:#0f172ad9;border:1px solid rgba(148,163,184,.3);border-radius:18px;overflow:hidden;display:flex;flex-direction:column;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px #0000004d;position:relative}.dd-chart-card:hover{transform:translateY(-4px);box-shadow:0 16px 32px #00000080;border-color:#3b82f699}.dd-chart-card.expanded{grid-column:1 / -1;max-width:100%;transform:scale(1.02);box-shadow:0 20px 60px #0009;border-color:#3b82f6cc;z-index:10}.dd-chart-card img{width:100%;height:auto;min-height:350px;max-height:550px;object-fit:contain;background:linear-gradient(135deg,#0f172a,#1e293b);padding:16px;cursor:pointer;transition:all .3s ease}.dd-chart-card.expanded img{min-height:500px;max-height:800px;padding:24px}.dd-chart-card img:hover{opacity:.95;transform:scale(1.01)}.dd-chart-card figcaption{padding:20px;display:flex;flex-direction:column;gap:8px;background:#0f172af2}.dd-chart-card strong{font-size:1.15rem;font-weight:600;color:#f1f5f9;letter-spacing:.01em}.dd-chart-card span{font-size:.92rem;color:#e2e8f0bf;line-height:1.5}.dd-loading{padding:16px 0;color:#e2e8f0b3}.dd-table-wrapper{overflow-x:auto;border-radius:14px;border:1px solid rgba(148,163,184,.2);background:#0f172a8c}.dd-table-wrapper table{width:100%;border-collapse:collapse;min-width:600px}.dd-table-wrapper th,.dd-table-wrapper td{padding:14px 16px;text-align:left;border-bottom:1px solid rgba(148,163,184,.12)}.dd-table-wrapper th{background:#94a3b81f;font-weight:600;text-transform:uppercase;font-size:.75rem;letter-spacing:.05em}.dd-table-wrapper tr:last-child td{border-bottom:none}.dd-qc-grid{display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.dd-qc-card{padding:20px;background:#0f172a99;border-radius:14px;border:1px solid rgba(148,163,184,.2)}.dd-qc-card strong{display:block;margin-bottom:12px}.dd-qc-card ul{margin:0;padding-left:20px;color:#e2e8f0bf}.dd-chart-modal{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#000000f2;display:flex;align-items:center;justify-content:center;z-index:9999;padding:40px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.dd-chart-modal-content{position:relative;max-width:95vw;max-height:90vh;display:flex;flex-direction:column;gap:20px;animation:slideUp .3s ease}@keyframes slideUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}.dd-chart-modal img{max-width:100%;max-height:80vh;object-fit:contain;border-radius:12px;box-shadow:0 20px 60px #00000080}.dd-chart-modal-caption{text-align:center;color:#f1f5f9}.dd-chart-modal-caption strong{display:block;font-size:1.5rem;margin-bottom:8px}.dd-chart-modal-caption span{font-size:1rem;color:#e2e8f0cc}.dd-chart-modal-close{position:absolute;top:-40px;right:0;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff;font-size:24px;width:40px;height:40px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.dd-chart-modal-close:hover{background:#fff3;transform:rotate(90deg)}.dd-chart-count{display:inline-block;background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:#fff;padding:6px 16px;border-radius:20px;font-size:.9rem;font-weight:600;margin-left:12px;box-shadow:0 4px 12px #3b82f64d}@media (max-width: 1200px){.dd-summary{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}}@media (max-width: 900px){.dd-summary{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}}@media (max-width: 768px){.due-diligence-page{padding:60px 16px 80px}.dd-header{flex-direction:column;align-items:stretch}.dd-narrative{padding:24px;gap:20px}.dd-narrative-grid{grid-template-columns:1fr}.dd-summary{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:24px}.dd-summary-card{min-height:unset;padding:20px}.dd-chart-card img{min-height:220px}.dd-chart-section{margin:32px 0;gap:20px}.dd-chart-section-header{flex-direction:column;align-items:flex-start}.dd-chart-section-count{align-self:flex-start}.dd-chart-actions{opacity:1;top:8px;right:8px;gap:6px}.dd-chart-expand-btn,.dd-chart-download-btn{width:32px;height:32px;font-size:16px}.dd-chart-filters{gap:8px}.dd-chart-filter-btn{padding:6px 14px;font-size:.85rem}.dd-chart-modal{padding:20px}.dd-chart-modal-content{gap:12px}.dd-chart-modal img{max-height:70vh}}@media (max-width: 540px){.dd-summary{grid-template-columns:1fr;gap:16px}.dd-summary-card{padding:18px}}.dd1-step-nav{display:flex;flex-direction:column;gap:16px;padding:16px 20px;border-radius:16px;background:#0f172a80;border:1px solid rgba(148,163,184,.2)}.dd1-step-tabs{display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.dd1-step-tab{padding:14px 16px;border-radius:12px;border:1px solid rgba(148,163,184,.25);background:#0f172ab3;color:inherit;text-align:left;cursor:pointer;transition:border .2s ease,background .2s ease}.dd1-step-tab:hover{border-color:#818cf899}.dd1-step-tab.active{background:linear-gradient(140deg,#3b82f64d,#818cf84d);border-color:#818cf899}.dd1-step-tab-label{display:block;font-weight:600;margin-bottom:4px}.dd1-step-tab-description{font-size:.85rem;opacity:.75}.dd1-step-actions{display:flex;gap:12px;flex-wrap:wrap}.dd1-step-action{padding:10px 18px;border-radius:999px;border:1px solid rgba(148,163,184,.35);background:transparent;color:inherit;cursor:pointer;transition:background .2s ease,transform .2s ease}.dd1-step-action:hover:not(:disabled){background:#94a3b833;transform:translateY(-1px)}.dd1-step-action:disabled{opacity:.5;cursor:not-allowed}.dd-thesis-nav a.dd1-step-action{text-decoration:none;display:inline-flex;align-items:center;gap:6px}.dd1-step-action--download{background:#38bdf829;border:1px solid rgba(56,189,248,.55);color:#e2e8f0f5;font-weight:600}.dd1-step-action--download:hover{background:#818cf840}.dd-step-nav{background:#0f172a99;border:1px solid rgba(148,163,184,.25);border-radius:16px;padding:18px 22px;display:flex;flex-direction:column;gap:14px}.dd-step-nav--top{margin-bottom:28px}.dd-step-nav--bottom{margin-top:40px}.dd-step-progress{position:relative;height:6px;border-radius:999px;background:#94a3b840;overflow:hidden}.dd-step-progress-bar{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background:linear-gradient(120deg,#38bdf8,#818cf8)}.dd-step-progress-meta{display:flex;justify-content:space-between;align-items:center;gap:12px;color:#e2e8f0d9;font-size:.95rem}.dd-step-progress-meta span{display:block}.dd-step-progress-stage{font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#94c5ffd9}.dd-step-nav-actions{display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;align-items:center}.dd-step-nav-actions .dd1-step-action{flex:0 1 auto;min-width:160px;text-align:center}.dd-thesis-headline-actions{display:flex;flex-wrap:wrap;gap:12px}@media (max-width: 768px){.dd-step-progress-meta{flex-direction:column;align-items:flex-start}.dd-step-nav-actions .dd1-step-action{flex:1 1 100%}}.dd1-step-action--primary{background:linear-gradient(120deg,#38bdf8,#818cf8);border:none;color:#0f172a;font-weight:600}.dd1-main{display:flex;flex-direction:column;gap:48px}.dd-downloads-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px;margin-bottom:16px}.dd-downloads-cta{display:flex;gap:12px;flex-wrap:wrap}.dd-primary-btn,.dd-secondary-btn{display:inline-flex;align-items:center;justify-content:center;padding:10px 18px;border-radius:999px;font-weight:600;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.dd-primary-btn{background:linear-gradient(120deg,#38bdf8,#818cf8);color:#0f172a;border:none}.dd-secondary-btn{border:1px solid rgba(148,163,184,.4);color:inherit;background:#0f172a80}.dd-primary-btn:hover,.dd-secondary-btn:hover{transform:translateY(-1px);box-shadow:0 12px 24px #38bdf840}.dd-exhibit-toolbar{display:flex;flex-direction:column;gap:16px;margin-bottom:24px}.dd-exhibit-toolbar h2{display:flex;align-items:center;gap:12px}.dd-exhibit-nav{display:flex;gap:10px;flex-wrap:wrap}.dd-exhibit-nav button{padding:8px 14px;border-radius:999px;border:1px solid rgba(148,163,184,.3);background:#0f172a66;color:inherit;cursor:pointer;font-size:.9rem;transition:background .2s ease}.dd-exhibit-nav button:hover{background:#94a3b840}.dd-data-room{display:flex;flex-direction:column;gap:48px}.dd-walkthrough{padding:36px;border-radius:22px;border:1px solid rgba(148,163,184,.22);background:linear-gradient(155deg,#0f172ad1,#1e293b9e);box-shadow:0 18px 40px #0f183247;display:flex;flex-direction:column;gap:28px}.dd-next-steps{display:flex;flex-direction:column;gap:48px}.dd-our-thesis{display:flex;flex-direction:column;gap:48px;max-width:1100px;margin:0 auto 72px}.dd-thesis-nav{display:flex;gap:12px;flex-wrap:wrap}.dd-thesis-section{background:#0f172a8c;border:1px solid rgba(148,163,184,.2);border-radius:18px;padding:36px 40px;display:flex;flex-direction:column;gap:24px;box-shadow:0 16px 30px #0f183240}.dd-thesis-headline{background:linear-gradient(155deg,#1e293bd9,#0f172abf);border:1px solid rgba(148,197,255,.35)}.dd-thesis-eyebrow{font-size:.85rem;letter-spacing:.08em;text-transform:uppercase;color:#94c5ffd9}.dd-thesis-section h2{margin:0;font-size:2rem}.dd-thesis-section h3{margin:0;font-size:1.6rem}.dd-thesis-section h4{margin:0;font-size:1.3rem;font-weight:600}.dd-thesis-section p{color:#e2e8f0e6;margin:0;font-size:1.14rem;line-height:1.78}.dd-thesis-section a{color:#7dd3fc;font-weight:600;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}.dd-thesis-section a:hover{color:#bae6fd}.dd-thesis-list{display:flex;flex-direction:column;gap:12px;padding-left:24px;margin:0;color:#e2e8f0e0;font-size:1.05rem}.dd-thesis-list ul,.dd-thesis-list ol{margin-top:10px}.dd-thesis-list li{line-height:1.7}.dd-thesis-callout{background:#38bdf814;border-left:3px solid rgba(56,189,248,.6);padding:16px 20px;border-radius:12px;font-weight:500}.dd-thesis-note{font-style:italic;color:#94a3b8e6}.dd-thesis-table-wrapper{overflow-x:auto;border-radius:16px;border:1px solid rgba(148,163,184,.3);background:#0f172abf;box-shadow:0 18px 32px #0f18324d}.dd-thesis-divider{margin:32px 0;height:1px;background:linear-gradient(90deg,#94a3b800,#94c5ff8c,#94a3b800);border:none}.dd-thesis-table{width:100%;border-collapse:separate;border-spacing:0;min-width:640px;font-size:.95rem;color:#e2e8f0eb}.dd-thesis-table thead th{background:#94c5ff29;text-transform:uppercase;letter-spacing:.06em;font-size:.75rem;font-weight:600;padding:14px 18px;border-bottom:1px solid rgba(148,163,184,.35);border-right:1px solid rgba(148,163,184,.25)}.dd-thesis-table thead th:first-child{border-top-left-radius:12px}.dd-thesis-table thead th:last-child{border-top-right-radius:12px;border-right:none}.dd-thesis-table tbody td{padding:14px 18px;border-bottom:1px solid rgba(148,163,184,.22);border-right:1px solid rgba(148,163,184,.18);background:#0f172ae6}.dd-thesis-table tbody tr:nth-child(2n) td{background:#1e293bbf}.dd-thesis-table tbody td:last-child{border-right:none}.dd-thesis-table tbody tr:last-child td{border-bottom:none}.dd-thesis-table tbody tr:last-child td:first-child{border-bottom-left-radius:12px}.dd-thesis-table tbody tr:last-child td:last-child{border-bottom-right-radius:12px}.dd-thesis-intro{font-weight:500;color:#e2e8f0e6}.dd-thesis-proof-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px}.dd-thesis-proof-gallery figure{margin:0;padding:16px;border-radius:16px;background:#0f172a8c;border:1px solid rgba(148,163,184,.2);display:flex;flex-direction:column;gap:12px}.dd-thesis-proof-gallery img{width:100%;border-radius:12px;border:1px solid rgba(148,163,184,.25)}.dd-thesis-proof-gallery figcaption{display:flex;flex-direction:column;gap:6px;color:#e2e8f0cc}.dd-thesis-proof-gallery figcaption strong{font-size:1rem;color:#f8fafc}.dd-thesis-room-lines{display:flex;flex-direction:column;gap:14px;margin:0;padding-left:20px;color:#e2e8f0e6;font-style:italic}.dd-thesis-room-lines li{line-height:1.6}.dd-next-nav{display:flex;gap:12px;flex-wrap:wrap}.dd-next-section{background:#0f172a8c;border:1px solid rgba(148,163,184,.2);border-radius:18px;padding:36px 40px;display:flex;flex-direction:column;gap:24px}.dd-next-section h2{font-size:1.8rem}.dd-next-section p{color:#e2e8f0bf;line-height:1.6}.dd-next-embed iframe{width:100%;min-height:320px;border-radius:16px;border:1px solid rgba(148,163,184,.25);background:#0f172a}.dd-next-form{display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.dd-next-form label{display:flex;flex-direction:column;gap:8px;font-weight:500}.dd-next-form input,.dd-next-form textarea{padding:12px 14px;border-radius:10px;border:1px solid rgba(148,163,184,.35);background:#0f172a99;color:inherit;resize:vertical}.dd-next-form button{grid-column:1 / -1;justify-self:flex-start}.dd-success-message{grid-column:1 / -1;color:#4ade80;font-weight:600}.dd-next-contact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px}.dd-next-contact-grid a{color:#38bdf8}.dd-chart-open-btn{display:inline-flex;align-items:center;justify-content:center;padding:6px 12px;border-radius:999px;border:1px solid rgba(148,163,184,.4);background:#0f172a80;color:inherit;font-size:.85rem;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.dd-chart-open-btn:hover{transform:translateY(-1px);box-shadow:0 10px 22px #38bdf840;background:#38bdf859}.dd-chart-caption-link{display:inline-flex;align-items:center;gap:6px;margin-top:8px;font-size:.85rem;color:#94e3ffe6;text-decoration:none}.dd-chart-caption-link:hover{text-decoration:underline}.dd-chart-detail{display:flex;flex-direction:column;gap:32px;padding-bottom:64px}.dd-chart-detail-header{background:#0f172ac7;border:1px solid rgba(148,163,184,.25);border-radius:20px;padding:36px 40px;box-shadow:0 25px 45px #0f183259;display:flex;flex-direction:column;gap:12px}.dd-chart-detail-back{align-self:flex-start;background:none;border:none;color:#94e3ffe6;font-weight:600;cursor:pointer;padding:6px 0}.dd-chart-detail-back:hover{text-decoration:underline}.dd-chart-detail-section{font-size:.9rem;letter-spacing:.08em;text-transform:uppercase;color:#94a3b8bf}.dd-chart-detail-summary{color:#e2e8f0e0;line-height:1.6}.dd-chart-detail-tags{color:#94e3ffcc;font-size:.85rem}.dd-chart-detail-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:8px}.dd-chart-detail-body{display:grid;gap:24px;grid-template-columns:1fr}@media (min-width: 1024px){.dd-chart-detail-body{grid-template-columns:minmax(0,1.15fr) minmax(0,1fr);align-items:flex-start}}.dd-chart-detail-figure img{width:100%;border-radius:18px;background:#0f172ae6;box-shadow:0 20px 35px #0f183273}.dd-chart-detail-commentary{background:#0f172ac7;border:1px solid rgba(148,163,184,.25);border-radius:20px;padding:24px;max-height:100%;overflow:auto}.dd-chart-detail-commentary h1,.dd-chart-detail-commentary h2,.dd-chart-detail-commentary h3{margin-top:18px;margin-bottom:10px;color:#f8fafc}.dd-chart-detail-commentary p{color:#e2e8f0e6;line-height:1.7;margin-bottom:12px}.dd-chart-detail-commentary ul,.dd-chart-detail-commentary ol{margin-left:20px;margin-bottom:14px;color:#e2e8f0e6}.dd-chart-detail-commentary code{background:#0f172aa6;border-radius:6px;padding:2px 6px}.dd-chart-detail-related{display:flex;flex-direction:column;gap:16px}.dd-chart-detail-related-grid{display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.dd-chart-detail-related-card{background:#0f172aa6;border:1px solid rgba(148,163,184,.2);border-radius:16px;padding:18px;text-decoration:none;color:inherit;display:flex;flex-direction:column;gap:8px;transition:transform .2s ease,box-shadow .2s ease}.dd-chart-detail-related-card:hover{transform:translateY(-2px);box-shadow:0 18px 30px #0f183266}.dd-chart-detail-related-card span{color:#e2e8f0bf;font-size:.85rem;line-height:1.5}.dd-chart-detail-footer{display:flex;flex-direction:column;gap:6px;font-size:.85rem;color:#94a3b8bf}.dd-chart-detail-footer code{background:#0f172aa6;padding:6px 10px;border-radius:8px;font-family:JetBrains Mono,Fira Code,monospace}.dd-thesis-inline{display:flex;gap:28px;flex-wrap:wrap;align-items:flex-start}.dd-thesis-inline .dd-thesis-copy{flex:1 1 360px;display:flex;flex-direction:column;gap:20px}.dd-thesis-inline figure,.dd-thesis-inline-figure{flex:1 1 320px;margin:0;display:flex;flex-direction:column;gap:18px}.dd-thesis-inline figure img,.dd-thesis-inline-figure img{width:100%;border-radius:12px;border:1px solid rgba(148,163,184,.25);box-shadow:0 12px 18px #0f172a40}.dd-thesis-inline figcaption,.dd-thesis-inline-figure figcaption{color:#e2e8f0d6;display:flex;flex-direction:column;gap:8px;font-size:1.02rem}.dd-thesis-inline-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:26px}.dd-thesis-inline-grid figure{margin:0;background:#0f172a73;border:1px solid rgba(148,163,184,.22);border-radius:16px;padding:18px;display:flex;flex-direction:column;gap:16px}.dd-thesis-inline-grid figure img{width:100%;border-radius:12px;border:1px solid rgba(148,163,184,.25)}.dd-thesis-inline-grid figcaption{display:flex;flex-direction:column;gap:8px;color:#e2e8f0d6;font-size:1.01rem}.dd-thesis-signature{font-family:Parisienne,Great Vibes,Segoe Script,cursive;font-size:1.4rem;color:#e2e8f0eb;margin-top:12px}@media (max-width: 768px){.dd-our-thesis{gap:40px;margin-bottom:56px}.dd-thesis-section{padding:28px 22px;gap:20px}.dd-thesis-inline{flex-direction:column;gap:20px}.dd-thesis-inline .dd-thesis-copy{flex:1 1 100%}.dd-thesis-inline figure,.dd-thesis-inline-figure{flex:1 1 100%}}
