@import url("/satoshi/css/satoshi.css");*{box-sizing:border-box}*,body,html{margin:0;padding:0}body,html{height:100%;width:100%}body{font-family:Satoshi,system-ui,-apple-system,sans-serif}*{transition:all .2s ease}:root{--soft-black:#333338;--cool-molecular-blue:#c4e2f1;--glass-white:#f5fcff;--deep-midnight:#1e1e2f;--soft-rose-taupe:#d1b6be;--cool-mist-gray:#c5ccd4;--icy-azure:#a6d2eb;--peach-blush:#fad5d8;--primary-blue:#a6d2eb;--secondary-blue:#c4e2f1;--text-gray:#6b7280;--light-gray:#9ca3af;--font-family:"Satoshi",system-ui,-apple-system,sans-serif}.main-container{display:flex}.landing-container,.main-container{height:100vh;width:100vw;overflow:hidden}.landing-container{display:grid;grid-template-rows:auto 1fr auto;background:var(--gradient-background);font-family:var(--font-family)}.new-landing-container{min-height:100vh;display:flex;flex-direction:column}.final-landing-container,.new-landing-container{width:100vw;background:linear-gradient(135deg,#f8fafc,#f0f4f8);font-family:var(--font-family)}.final-landing-container,.target-landing-container{height:100vh;display:grid;grid-template-columns:160px 1fr;grid-template-rows:1fr;overflow:hidden}.target-landing-container{width:100vw;background:linear-gradient(135deg,#f8fafc,#f0f4f8);font-family:var(--font-family)}.floating-nav-menu{position:absolute;top:.75rem;left:50%;transform:translateX(-50%);z-index:1000;background:rgba(255,255,255,.9);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:.25rem;box-shadow:0 4px 20px rgba(0,0,0,.08);border:1px solid rgba(255,255,255,.3)}.floating-nav-menu .nav-pills{display:flex;gap:.125rem;align-items:center}.floating-nav-menu .nav-pill{background:none;border:none;padding:.5rem 1rem;border-radius:16px;font-family:var(--font-family);font-size:.8rem;font-weight:500;color:var(--text-gray);cursor:pointer;transition:all .2s ease;white-space:nowrap}.floating-nav-menu .nav-pill:hover{background:rgba(166,210,235,.1);color:var(--soft-black)}.floating-nav-menu .nav-pill.active{background:var(--primary-blue);color:white}.main-content-area{display:grid;grid-template-rows:auto 1fr;height:100vh;padding:1rem 2rem;overflow:hidden;position:relative}.main-content-area .hero-question{text-align:center;margin:2.5rem 0 1rem;z-index:10}.main-content-area .question-text{font-size:2.2rem;font-weight:400;color:var(--soft-black);line-height:1.1;margin:0;letter-spacing:-.01em}.main-content-area .question-text .highlight{font-weight:700;color:var(--soft-black)}.content-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:2rem;gap:2rem;max-width:1000px;margin:0 auto;width:100%;max-height:65vh}.content-grid,.left-half{align-items:center;height:100%}.left-half{display:flex;flex-direction:column;justify-content:center;gap:1.5rem}.logo-section{text-align:center}.main-logo{max-width:280px;height:auto}.button-section{text-align:center}.right-half{display:grid;grid-template-areas:"top-text . ." ". molecule ." ". . bottom-text";grid-template-columns:1fr 2fr 1fr;grid-template-rows:1fr 2fr 1fr;height:100%;width:100%;position:relative;align-items:center;justify-items:center}.text-block{background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:10px;padding:1rem;border:1px solid rgba(166,210,235,.3);box-shadow:0 6px 24px rgba(0,0,0,.08);max-width:160px;z-index:10}.text-block.top-left{grid-area:top-text;align-self:start;justify-self:start;text-align:left}.text-block.bottom-right{grid-area:bottom-text;align-self:end;justify-self:end;text-align:right}.text-content{margin:0;font-size:.8rem;line-height:1.3;color:var(--text-gray)}.stat-highlight{font-size:.85rem}.stat-normal{font-weight:400;color:var(--text-gray);font-size:.75rem}.text-content strong{color:var(--soft-black);font-weight:600}.molecule-center{grid-area:molecule;width:200px;height:140px;display:flex;align-items:center;justify-content:center;align-self:center;justify-self:center}.molecule-svg{filter:drop-shadow(0 8px 24px rgba(0,0,0,.08))}.molecule-svg circle{animation:pulse 2s ease-in-out infinite}.molecule-svg circle:nth-child(odd){animation-delay:.5s}.molecule-svg line{animation:fadeInOut 3s ease-in-out infinite}.integrated-footer{position:absolute;bottom:.75rem;left:50%;transform:translateX(-50%);background:rgba(255,255,255,.9);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:.5rem 1rem;border-radius:20px;box-shadow:0 4px 20px rgba(0,0,0,.08);border:1px solid rgba(255,255,255,.3);z-index:1000}.integrated-footer .footer-content{display:flex;justify-content:center;align-items:center;gap:.5rem}.integrated-footer .powered-by{color:var(--text-gray);font-size:.75rem;font-weight:400}.integrated-footer .footer-logo-link{transition:opacity .2s ease}.integrated-footer .footer-logo-link:hover{opacity:.8}.integrated-footer .footer-logo{filter:none;width:100px;height:auto}@media (max-width:1200px){.main-content-area .question-text{font-size:2rem}.content-grid{gap:1.5rem;max-height:60vh}.molecule-center{width:180px;height:120px}.main-logo{max-width:250px}}@media (max-width:968px){.final-landing-container{grid-template-columns:1fr;grid-template-rows:auto 1fr}.main-content-area{padding:1rem}.floating-nav-menu{top:.5rem}.floating-nav-menu .nav-pill{padding:.4rem .8rem;font-size:.75rem}.main-content-area .hero-question{margin:2rem 0 .5rem}.main-content-area .question-text{font-size:1.8rem}.content-grid{grid-template-columns:1fr;gap:1rem;max-height:70vh}.left-half{gap:1rem}.main-logo{max-width:220px}.right-half{grid-template-rows:1fr 1.5fr 1fr}.text-block{max-width:140px;padding:.75rem}.molecule-center{width:160px;height:110px}}@media (max-width:640px){.floating-nav-menu{left:.5rem;right:.5rem;transform:none;width:auto}.floating-nav-menu .nav-pills{justify-content:center;flex-wrap:wrap;gap:.125rem}.floating-nav-menu .nav-pill{padding:.35rem .7rem;font-size:.7rem}.main-content-area{padding:.75rem}.main-content-area .question-text{font-size:1.5rem;line-height:1.2}.content-grid{gap:.75rem;max-height:75vh}.main-logo{max-width:200px}.text-block{max-width:120px;padding:.6rem}.text-content{font-size:.7rem}.stat-highlight{font-size:.75rem}.molecule-center{width:140px;height:100px}.integrated-footer{bottom:.5rem}.integrated-footer .footer-content{flex-direction:column;gap:.25rem}.integrated-footer .powered-by{font-size:.7rem}.integrated-footer .footer-logo{width:80px}}@media (max-width:480px){.main-content-area .question-text{font-size:1.3rem}.main-logo{max-width:180px}.text-block{max-width:110px;padding:.5rem}.molecule-center{width:120px;height:90px}}.clean-header{justify-content:space-between;padding:1rem 2rem;background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,.05)}.clean-header,.header-left{display:flex;align-items:center}.header-left{gap:1rem}.hamburger-menu{background:none;border:none;color:var(--soft-black);cursor:pointer;padding:.5rem;border-radius:8px;transition:background-color .2s ease}.hamburger-menu:hover{background:rgba(0,0,0,.05)}.header-logo-img{height:auto}.nav-pills{display:flex;gap:.5rem;align-items:center}.nav-pill{background:none;border:none;padding:.75rem 1.5rem;border-radius:25px;font-family:var(--font-family);font-size:.95rem;font-weight:500;color:var(--text-gray);cursor:pointer;transition:all .2s ease;white-space:nowrap}.nav-pill:hover{background:rgba(166,210,235,.1);color:var(--soft-black)}.nav-pill.active{background:var(--primary-blue);color:white}.main-content{flex:1 1;display:grid;grid-template-areas:". question ." "left-section . right-section";grid-template-columns:1fr 2fr 1fr;grid-template-rows:auto 1fr;grid-gap:2rem;gap:2rem;padding:2rem;max-width:1400px;margin:0 auto;width:100%}.hero-question{grid-area:question;text-align:center;margin-bottom:2rem}.question-text{font-size:3.5rem;font-weight:400;color:var(--soft-black);line-height:1.2;margin:0;letter-spacing:-.02em}.question-text .highlight{font-weight:700;color:var(--soft-black)}.left-section{grid-area:left-section;justify-content:center}.left-section,.logo-with-molecules{display:flex;flex-direction:column;align-items:center}.logo-with-molecules{gap:2rem}.predict-logo-container{position:relative;display:flex;justify-content:center;align-items:center}.predict-logo{position:relative;z-index:10}.molecule-graphics{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none}.molecule{position:absolute;width:20px;height:20px;border-radius:50%;background:linear-gradient(135deg,var(--primary-blue),var(--secondary-blue));opacity:.7;animation:float 3s ease-in-out infinite}.molecule-1{top:10%;left:-10%;animation-delay:0s}.molecule-2{top:20%;right:-15%;animation-delay:.5s;background:linear-gradient(135deg,var(--secondary-blue),rgba(250,118,118,.6))}.molecule-3{bottom:30%;left:-5%;animation-delay:1s;width:16px;height:16px}.molecule-4{bottom:10%;right:-10%;animation-delay:1.5s;width:18px;height:18px;background:linear-gradient(135deg,rgba(250,118,118,.6),var(--primary-blue))}.right-section{grid-area:right-section;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative}.large-molecule-container{width:100%;max-width:400px;margin-bottom:2rem}.large-molecule-svg{width:100%;height:auto;filter:drop-shadow(0 10px 30px rgba(0,0,0,.1))}.large-molecule-svg circle{animation:pulse 2s ease-in-out infinite}.large-molecule-svg circle:nth-child(odd){animation-delay:.5s}.large-molecule-svg line{animation:fadeInOut 3s ease-in-out infinite}.performance-text{text-align:right;color:var(--text-gray);font-size:1rem;line-height:1.5;max-width:250px}.performance-text strong{color:var(--soft-black);font-weight:600}.clean-footer{background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid rgba(0,0,0,.05);padding:1.5rem 2rem;text-align:center}.clean-footer .footer-content{display:flex;justify-content:center;align-items:center;gap:.75rem}.powered-by{color:var(--text-gray);font-size:.9rem;font-weight:400}.footer-logo-link{transition:opacity .2s ease}.footer-logo-link:hover{opacity:.8}.footer-logo{filter:none}@keyframes pulse{0%,to{opacity:.7;transform:scale(1)}50%{opacity:1;transform:scale(1.05)}}@keyframes fadeInOut{0%,to{opacity:.6}50%{opacity:1}}@media (max-width:1200px){.question-text{font-size:3rem}.main-content{grid-template-columns:1fr 1.5fr 1fr;gap:1.5rem}}@media (max-width:968px){.clean-header{padding:1rem}.nav-pills{gap:.25rem}.nav-pill{padding:.6rem 1.2rem;font-size:.9rem}.main-content{grid-template-areas:"question" "left-section" "right-section";grid-template-columns:1fr;grid-template-rows:auto auto auto;gap:2rem;padding:1.5rem}.question-text{font-size:2.5rem}.hero-question{margin-bottom:1rem}.performance-text{text-align:center;max-width:none}}@media (max-width:640px){.clean-header{padding:.75rem}.nav-pills{flex-wrap:wrap;gap:.25rem}.nav-pill{padding:.5rem 1rem;font-size:.85rem}.question-text{font-size:2rem;line-height:1.3}.main-content{padding:1rem;gap:1.5rem}.predict-logo{width:250px;height:auto}.large-molecule-container{max-width:300px}.clean-footer{padding:1rem}.clean-footer .footer-content{flex-direction:column;gap:.5rem}}@media (max-width:480px){.question-text{font-size:1.75rem}.predict-logo{width:200px}.large-molecule-container{max-width:250px}.performance-text{font-size:.9rem}}.target-nav-overlay{position:absolute;top:1rem;left:calc(50% + 80px);transform:translateX(-50%);z-index:1000}.nav-bubbles{display:flex;gap:.5rem;align-items:center;background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:25px;padding:.5rem;box-shadow:0 4px 20px rgba(0,0,0,.08);border:1px solid rgba(255,255,255,.3)}.nav-bubble{background:none;border:none;padding:.75rem 1.5rem;border-radius:20px;font-family:var(--font-family);font-size:.9rem;font-weight:500;color:var(--text-gray);cursor:pointer;transition:all .2s ease;white-space:nowrap}.nav-bubble:hover{background:rgba(166,210,235,.1);color:var(--soft-black)}.nav-bubble.active{background:var(--primary-blue);color:white}.target-main-content{position:relative;height:100vh;overflow:hidden;display:grid;grid-template-areas:"left-section right-section" ". footer";grid-template-columns:50% 50%;grid-template-rows:1fr auto;grid-gap:2rem;gap:2rem;padding:2rem}.target-left-section{grid-area:left-section;align-items:center;gap:2rem}.target-left-section,.target-right-section{display:flex;flex-direction:column;justify-content:center}.target-right-section{grid-area:right-section;position:relative;height:100%;padding:2rem 0;transform:translateX(-5rem) translateY(2rem)}.target-row{position:relative;width:100%;margin:-1rem 0;z-index:1}.target-row-1{z-index:3}.target-row-1,.target-row-2{display:flex;justify-content:center}.target-row-2{z-index:2}.target-row-3{display:flex;justify-content:center;z-index:1}.target-hero-question{text-align:left;margin:0;width:100%}.target-question-text{font-size:2.5rem;font-weight:400;color:var(--soft-black);line-height:1.2;margin:0;letter-spacing:-.01em;font-family:var(--font-family)}.target-question-text .highlight{font-weight:700;color:var(--soft-black)}.target-logo-section{display:flex;flex-direction:column;align-items:center;gap:.5rem;position:relative}.target-main-logo{position:relative;z-index:10}.target-button-section{display:flex;justify-content:center;width:100%}.target-molecule-performance-section{display:flex;flex-direction:column;align-items:flex-start;gap:1.5rem;width:100%}.target-large-molecule{display:flex;justify-content:center;align-items:center;padding:2rem 0;position:relative;transform:translateX(-2rem)}.target-large-molecule:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:550px;height:400px;background:radial-gradient(ellipse,rgba(250,118,118,.28) 0,rgba(250,118,118,.22) 10%,rgba(250,118,118,.16) 20%,rgba(250,118,118,.1) 30%,rgba(250,118,118,.085) 35%,rgba(250,118,118,.07) 40%,rgba(250,118,118,.058) 45%,rgba(250,118,118,.047) 50%,rgba(250,118,118,.038) 55%,rgba(250,118,118,.03) 60%,rgba(250,118,118,.023) 65%,rgba(250,118,118,.018) 70%,rgba(250,118,118,.014) 75%,rgba(250,118,118,.011) 80%,rgba(250,118,118,.008) 85%,rgba(250,118,118,.006) 90%,rgba(250,118,118,.004) 93%,rgba(250,118,118,.002) 95%,rgba(250,118,118,.0015) 96%,rgba(250,118,118,.001) 97%,rgba(250,118,118,.0007) 98%,rgba(250,118,118,.0004) 98.5%,rgba(250,118,118,.0002) 99%,rgba(250,118,118,.0001) 99.5%,transparent 100%);border-radius:50%;z-index:-1;pointer-events:none}.target-molecule-gif{width:auto;height:auto;max-width:400px;animation:extraSlowFloat 18s ease-in-out infinite}@keyframes extraSlowFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}.target-performance-text{text-align:right;max-width:400px;margin-left:30%}.target-performance-text p{font-size:1.5rem;line-height:1.4;color:var(--text-gray);margin:0;font-family:var(--font-family);font-weight:400}.target-performance-text strong{color:var(--soft-black);font-weight:600}.target-footer-text{grid-area:footer;display:flex;justify-content:center;align-items:center;gap:1rem;grid-column:1/-1;padding:1.5rem 0}.target-footer-text .powered-by{color:var(--text-gray);font-size:1.2rem;font-weight:400;font-family:var(--font-family)}.target-footer-text .footer-logo-link{transition:opacity .2s ease}.target-footer-text .footer-logo-link:hover{opacity:.8}.target-footer-text .footer-logo{filter:none;width:200px;height:auto}@media (max-width:1200px){.target-question-text{font-size:2.2rem}.target-main-content{grid-template-columns:50% 50%;gap:1rem}.target-large-molecule{max-width:350px}.target-right-section{transform:translateX(-2rem) translateY(1rem)}.target-large-molecule:before{width:500px;height:360px}.target-performance-text p{font-size:1rem}}@media (max-width:968px){.target-landing-container{grid-template-columns:1fr;grid-template-rows:1fr}.target-nav-overlay{left:50%;transform:translateX(-50%)}.nav-bubbles{gap:.25rem;padding:.4rem}.nav-bubble{padding:.6rem 1.2rem;font-size:.85rem}.target-main-content{grid-template-areas:"left-section" "right-section" "footer";grid-template-columns:1fr;grid-template-rows:auto auto auto;gap:1.5rem;padding:1.5rem}.target-question-text{font-size:2rem;text-align:center}.target-hero-question{text-align:center;margin-left:0}.target-left-section{align-items:center}.target-right-section{align-items:center;transform:translateX(0) translateY(0)}.target-row-1,.target-row-2,.target-row-3{justify-content:center}.target-hero-question{max-width:100%}.target-performance-text{text-align:center;max-width:none;margin-right:0}.target-large-molecule:before{width:450px;height:320px}}@media (max-width:640px){.nav-bubbles{flex-wrap:wrap;gap:.25rem;padding:.4rem}.nav-bubble{padding:.5rem 1rem;font-size:.8rem}.target-question-text{font-size:2rem;line-height:1.2}.target-main-content{padding:1rem;gap:1.5rem}.target-main-logo{width:300px;height:auto}.target-large-molecule{max-width:320px;transform:translateX(-1rem)}.target-large-molecule:before{width:400px;height:300px}.target-performance-text p{font-size:.95rem}.target-molecule-gif{max-width:320px;width:auto;height:auto}.target-footer-text{flex-direction:column;gap:.75rem;padding:1.25rem 0}.target-footer-text .footer-logo{width:180px}}@media (max-width:480px){.target-question-text{font-size:1.8rem}.target-main-logo{width:250px}.target-large-molecule{max-width:240px;transform:translateX(0)}.target-large-molecule:before{width:350px;height:250px}.target-molecule-gif{max-width:280px;width:auto;height:auto}.target-performance-text p{font-size:.9rem;line-height:1.3;padding:0 1rem}}.landing-content{display:grid;grid-template-columns:160px 1fr 1fr;grid-gap:2rem;gap:2rem;padding:1rem 2rem;overflow:hidden}.landing-header{background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(166,210,235,.2);padding:1rem 2rem;z-index:1000}.landing-nav{display:flex;justify-content:center}.nav-items{gap:2rem}.nav-item,.nav-items{display:flex;align-items:center}.nav-item{background:none;border:none;color:var(--soft-black);font-family:var(--font-family);font-size:1rem;font-weight:500;padding:.5rem 1rem;border-radius:8px;cursor:pointer;transition:all .2s ease;gap:.5rem;text-decoration:none}.nav-item:hover{background:rgba(166,210,235,.1);color:var(--deep-midnight)}.nav-item-active{background:var(--gradient-primary);color:white}.nav-item-whitepaper{background:linear-gradient(135deg,var(--peach-blush),var(--soft-rose-taupe));color:var(--deep-midnight)}.nav-item-wrapper{position:relative}.landing-sidebar{width:160px;background:linear-gradient(135deg,#c5ccd4,#a6d2eb);display:flex;flex-direction:column;justify-content:space-between;padding:1rem 0;border-right:1px solid rgba(255,255,255,.2);position:relative;z-index:1050;height:100vh}.landing-sidebar .sidebar-content{display:flex;flex-direction:column;align-items:center;gap:2rem}.landing-sidebar .sidebar-logo{margin-bottom:1rem}.landing-sidebar .user-menu{padding:0 .75rem;position:relative}.landing-sidebar .user-menu:before{content:"";position:absolute;top:-15px;left:-15px;right:-15px;bottom:-15px;z-index:5;pointer-events:none}.landing-sidebar .user-menu:hover:before{pointer-events:auto}.landing-sidebar .user-avatar{width:48px;height:48px;background:rgba(255,255,255,.2);border:1px solid rgba(255,255,255,.3);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;color:#1e1e2f;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.landing-sidebar .user-avatar:hover{background:rgba(255,255,255,.3)}.landing-sidebar .user-avatar svg{width:24px;height:24px}.landing-sidebar .user-dropdown{position:absolute;bottom:100%;right:0;min-width:280px;max-width:calc(100vw - 20px);background:rgba(255,255,255,.98);-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);border-radius:12px;border:1px solid rgba(255,255,255,.4);padding:.75rem;opacity:0;visibility:hidden;transform:translateY(15px) scale(.95);transition:all .3s cubic-bezier(.4,0,.2,1);z-index:15;box-shadow:0 10px 30px rgba(0,0,0,.15);margin-bottom:.5rem;transform-origin:bottom right;left:max(10px,calc(100% - 280px))}.landing-sidebar .user-dropdown:after{content:"";position:absolute;top:100%;left:-15px;right:-15px;height:20px;z-index:14}.landing-sidebar .user-dropdown:before{content:"";position:absolute;top:100%;left:24px;width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid rgba(255,255,255,.98);filter:drop-shadow(0 2px 4px rgba(0,0,0,.1));z-index:16}.landing-sidebar .user-dropdown-open,.landing-sidebar .user-dropdown:hover,.landing-sidebar .user-menu:hover .user-dropdown{opacity:1;visibility:visible;transform:translateY(0) scale(1)}.landing-sidebar .user-dropdown-open:after,.landing-sidebar .user-menu:hover .user-dropdown:after{pointer-events:auto}.landing-sidebar .user-info{padding:1rem 1.25rem;border-bottom:1px solid rgba(196,226,241,.3);background:rgba(166,210,235,.1);border-radius:8px;margin:.5rem 0}.landing-sidebar .user-name{font-size:1rem;font-weight:600;color:#1e1e2f;margin-bottom:.25rem;text-transform:capitalize}.landing-sidebar .user-email{font-size:.8rem;color:#666;opacity:.8;word-break:break-all}.landing-sidebar .user-menu-divider{height:1px;background:rgba(196,226,241,.3);margin:.5rem 0}.landing-sidebar .user-menu-item{padding:.875rem 1.25rem;font-size:.875rem;font-weight:500;color:#1e1e2f;cursor:pointer;border-radius:8px;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;gap:.875rem;position:relative;overflow:hidden;white-space:nowrap;text-decoration:none;border:none;background:none;width:100%;text-align:left}.landing-sidebar .user-menu-item:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:linear-gradient(135deg,#a6d2eb,#c4e2f1);transform:scaleY(0);transition:transform .2s ease}.landing-sidebar .user-menu-item:hover{background:rgba(196,226,241,.4);transform:translateX(4px);box-shadow:0 4px 12px rgba(166,210,235,.2);text-decoration:none}.landing-sidebar .user-menu-item:hover:before{transform:scaleY(1)}.landing-sidebar .user-menu-item:not(:last-child){margin-bottom:.25rem}.landing-sidebar .user-menu-item:first-child{margin-top:.25rem}.landing-sidebar .user-menu-item:last-child{margin-bottom:.25rem}.landing-sidebar .account-item{padding:1rem 1.25rem;background:rgba(166,210,235,.1);border:1px solid rgba(166,210,235,.2);margin-bottom:.5rem!important;text-decoration:none;color:inherit}.landing-sidebar .account-item:hover{background:rgba(166,210,235,.2);border-color:rgba(166,210,235,.3);color:inherit;text-decoration:none}.landing-sidebar .account-content{display:flex;flex-direction:column;gap:.25rem;flex:1 1}.landing-sidebar .account-title{font-size:.875rem;font-weight:600;color:#1e1e2f}.landing-sidebar .account-icon{display:flex;align-items:center;justify-content:center;width:20px;height:20px;flex-shrink:0}.landing-sidebar .admin-item{padding:1rem 1.25rem;background:rgba(220,38,38,.1);border:1px solid rgba(220,38,38,.2);margin-bottom:.5rem!important;text-decoration:none;color:inherit;position:relative}.landing-sidebar .admin-item:after{content:"INTERNAL";position:absolute;top:.25rem;right:.5rem;font-size:.6rem;font-weight:700;color:#dc2626;background:rgba(220,38,38,.1);padding:.125rem .25rem;border-radius:.25rem;letter-spacing:.05em}.landing-sidebar .admin-item:hover{background:rgba(220,38,38,.15);border-color:rgba(220,38,38,.3);color:inherit;text-decoration:none}.landing-sidebar .admin-content{display:flex;flex-direction:column;gap:.25rem;flex:1 1}.landing-sidebar .admin-title{font-size:.875rem;font-weight:600;color:#dc2626}.landing-sidebar .admin-subtitle{font-size:.75rem;font-weight:400;color:#991b1b;font-style:italic}.landing-sidebar .admin-icon{display:flex;align-items:center;justify-content:center;width:20px;height:20px;flex-shrink:0;color:#dc2626}.landing-sidebar .demo-signup-item{padding:1rem 1.25rem;background:linear-gradient(135deg,rgba(249,115,22,.1),rgba(234,88,12,.1));border:1px solid rgba(249,115,22,.2);margin-bottom:.5rem!important;text-decoration:none;color:inherit;position:relative;overflow:hidden}.landing-sidebar .demo-signup-item:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:linear-gradient(135deg,#f97316,#ea580c);transform:scaleY(0);transition:transform .2s ease}.landing-sidebar .demo-signup-item:hover{background:linear-gradient(135deg,rgba(249,115,22,.15),rgba(234,88,12,.15));border-color:rgba(249,115,22,.3);color:inherit;text-decoration:none;transform:translateX(4px);box-shadow:0 4px 12px rgba(249,115,22,.2)}.landing-sidebar .demo-signup-item:hover:before{transform:scaleY(1)}.landing-sidebar .demo-signup-content{display:flex;flex-direction:column;gap:.25rem;flex:1 1}.landing-sidebar .demo-signup-title{font-size:.875rem;font-weight:600;color:#ea580c}.landing-sidebar .demo-signup-subtitle{font-size:.75rem;font-weight:400;color:#f97316;font-style:italic}.landing-sidebar .demo-signup-icon{display:flex;align-items:center;justify-content:center;width:20px;height:20px;flex-shrink:0;color:#ea580c}@media (max-width:480px){.landing-sidebar .user-dropdown{right:-10px;min-width:260px;max-width:calc(100vw - 30px)}.landing-sidebar .user-dropdown:before{left:20px}}.sidebar-spacer{flex:1 1}.left-content-column{display:flex;align-items:center;justify-content:center;padding:2rem}.left-column-inner{display:flex;flex-direction:column;align-items:center;gap:2rem;max-width:400px;width:100%}.right-content-column{display:flex;align-items:center;justify-content:center;padding:2rem;position:relative}.diagonal-layout{position:relative;width:100%;height:100%;display:grid;grid-template-areas:"top-text . ." ". center-image ." ". . bottom-text";grid-template-rows:1fr 200px 1fr;grid-template-columns:1fr 200px 1fr;grid-gap:1rem;gap:1rem}.text-bubble{background:rgba(255,255,255,.9);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:1.5rem;border:1px solid rgba(166,210,235,.3);box-shadow:0 8px 32px rgba(0,0,0,.1);transition:all .3s ease;position:relative;z-index:10}.text-bubble:hover{transform:translateY(-4px);box-shadow:0 12px 40px rgba(0,0,0,.15)}.top-text-bubble{grid-area:top-text;text-align:left;align-self:start;justify-self:start;max-width:300px}.bottom-text-bubble{grid-area:bottom-text;text-align:right;align-self:end;justify-self:end;max-width:280px}.bubble-content{display:flex;flex-direction:column;gap:.75rem}.bubble-title{font-size:1.5rem;font-weight:600;color:var(--deep-midnight);line-height:1.2;margin:0}.bubble-subtitle{font-size:1rem;color:var(--text-gray);line-height:1.4;margin:0}.bubble-stats{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.stat-highlight{font-weight:600;color:var(--primary-blue);font-size:.9rem}.stat-separator{color:var(--light-gray)}.bubble-fact{font-size:1.1rem;color:var(--soft-black);margin:0;line-height:1.3}.fact-highlight{font-weight:700;color:var(--primary-blue)}.bubble-description{font-size:.95rem;color:var(--text-gray);margin:0;line-height:1.4}.bubble-trust{font-size:.9rem;color:var(--light-gray);font-style:italic;margin:0}.center-image-container{grid-area:center-image}.center-image-container,.image-placeholder{display:flex;align-items:center;justify-content:center}.image-placeholder{width:180px;height:180px;background:linear-gradient(135deg,rgba(166,210,235,.2),rgba(196,226,241,.3));border-radius:50%;border:2px solid rgba(166,210,235,.4);overflow:hidden}.placeholder-content{text-align:center;color:var(--primary-blue)}.molecular-icon{width:80px;height:80px;margin:0 auto .5rem}.molecule-svg{width:100%;height:100%;animation:float 3s ease-in-out infinite}.placeholder-text{font-size:.8rem;font-weight:500;color:var(--text-gray)}.diagonal-lines{position:absolute;top:0;left:0;pointer-events:none;z-index:1}.connection-lines,.diagonal-lines{width:100%;height:100%}.animated-line{animation:dash 3s ease-in-out infinite}@keyframes dash{0%,to{stroke-dashoffset:0}50%{stroke-dashoffset:20}}.landing-container{animation:fadeIn .8s ease-out}.landing-header{animation:slideDown .6s ease-out}.landing-sidebar{animation:slideInLeft .8s ease-out .2s both}.left-content-column{animation:slideInLeft .8s ease-out .4s both}.right-content-column{animation:slideInRight .8s ease-out .6s both}.colored-lantern-footer{animation:slideUp .6s ease-out .8s both}.top-text-bubble{animation:slideInLeft 1s ease-out 1s both}.bottom-text-bubble{animation:slideInRight 1s ease-out 1.2s both}.center-image-container{animation:scaleIn .8s ease-out 1.4s both}.nav-item{position:relative;overflow:hidden}.nav-item:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.nav-item:hover:before{left:100%}.landing-sidebar .nav-item{position:relative;transform-origin:center}.landing-sidebar .nav-item:hover{transform:translateY(-2px) scale(1.02);box-shadow:0 8px 25px rgba(0,0,0,.15)}.landing-sidebar .nav-item:active{transform:translateY(0) scale(.98)}.text-bubble{transform-origin:center}.text-bubble:hover .bubble-title{color:var(--primary-blue);transition:color .3s ease}.text-bubble:hover .fact-highlight,.text-bubble:hover .stat-highlight{transform:scale(1.05);transition:transform .2s ease}.image-placeholder{position:relative}.image-placeholder:before{content:"";position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;border-radius:50%;background:linear-gradient(45deg,var(--primary-blue),var(--secondary-blue));opacity:0;animation:pulse-ring 2s ease-out infinite}@keyframes pulse-ring{0%{transform:scale(1);opacity:.3}50%{opacity:.1}to{transform:scale(1.1);opacity:0}}.logo-wrapper:hover{animation-duration:1.5s}.get-started-button:after{content:"";position:absolute;top:50%;left:50%;width:0;height:0;background:rgba(255,255,255,.3);border-radius:50%;transform:translate(-50%,-50%);transition:width .6s ease,height .6s ease}.get-started-button:hover:after{width:300px;height:300px}.footer-logo-colored{transition:all .3s ease;filter:brightness(1) saturate(1)}.footer-logo-colored:hover{filter:brightness(1.1) saturate(1.2);transform:scale(1.05) translateY(-2px)}html{scroll-behavior:smooth}.landing-sidebar .nav-item:focus,.nav-item:focus{outline:2px solid var(--primary-blue);outline-offset:2px}.loading-shimmer{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInRight{0%{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.animated-line,.image-placeholder:before,.molecule-svg{animation:none}}.colored-lantern-footer{background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid rgba(166,210,235,.2);padding:1.5rem 2rem;display:flex;justify-content:center;align-items:center}.footer-content{display:flex;flex-direction:column;align-items:center;gap:.5rem}.footer-text{color:var(--text-gray);font-size:.9rem;font-weight:400;margin:0}.footer-link{transition:all .2s ease;display:inline-block}.footer-link:hover{transform:scale(1.05)}.footer-logo-colored{filter:none!important;opacity:1;transition:all .2s ease}.footer-logo-colored:hover{opacity:.8}@media (max-width:1199px){.landing-content{gap:1.5rem;padding:1rem 1.5rem}.bubble-title{font-size:1.3rem}.bottom-text-bubble,.top-text-bubble{max-width:260px}.image-placeholder{width:160px;height:160px}.molecular-icon{width:70px;height:70px}}@media (max-width:1023px){.landing-content{grid-template-columns:140px 1fr 1fr;gap:1rem;padding:1rem}.landing-sidebar{width:140px}.nav-items{gap:1.5rem}.nav-item{font-size:.9rem;padding:.4rem .8rem}.left-column-inner{gap:1.5rem}.responsive-logo{max-width:280px;max-height:115px}.diagonal-layout{grid-template-rows:1fr 150px 1fr;grid-template-columns:1fr 150px 1fr}.bubble-title{font-size:1.2rem}.bubble-subtitle{font-size:.9rem}.bottom-text-bubble,.top-text-bubble{max-width:220px;padding:1.2rem}.image-placeholder{width:140px;height:140px}.footer-logo-colored{width:150px;height:38px}}@media (max-width:767px){.landing-container{grid-template-rows:auto 1fr auto}.landing-content{grid-template-columns:1fr;grid-template-rows:auto auto 1fr;gap:1rem;padding:.5rem}.landing-sidebar{width:100%;max-width:none;height:auto;flex-direction:row;justify-content:space-between;padding:.75rem 1rem;margin-bottom:1rem}.sidebar-content{flex-direction:row;gap:1rem}.sidebar-nav{flex-direction:row;gap:.5rem;padding:0}.nav-item{padding:.5rem;min-width:auto}.nav-text{display:none}.nav-icon{width:20px;height:20px}.nav-items{flex-wrap:wrap;gap:1rem;justify-content:center}.left-content-column{order:1;padding:1rem}.right-content-column{order:2;padding:1rem}.diagonal-layout{grid-template-areas:"top-text" "center-image" "bottom-text";grid-template-rows:auto auto auto;grid-template-columns:1fr;gap:1.5rem;text-align:center}.bottom-text-bubble,.top-text-bubble{max-width:100%;text-align:center;align-self:center;justify-self:center}.bubble-title{font-size:1.1rem}.bubble-subtitle{font-size:.85rem}.image-placeholder{width:120px;height:120px}.molecular-icon{width:50px;height:50px}.responsive-logo{max-width:240px;max-height:100px}.footer-content{gap:.3rem}.footer-text{font-size:.8rem}.footer-logo-colored{width:120px;height:30px}}@media (max-width:480px){.landing-header{padding:.75rem 1rem}.nav-items{gap:.75rem}.nav-item{font-size:.8rem;padding:.3rem .6rem}.landing-content{padding:.25rem;gap:.75rem}.landing-sidebar{padding:.5rem .75rem}.left-column-inner{gap:1rem}.responsive-logo{max-width:200px;max-height:85px}.text-bubble{padding:1rem}.bubble-title{font-size:1rem}.bubble-subtitle{font-size:.8rem}.bubble-fact{font-size:.95rem}.bubble-description{font-size:.85rem}.bubble-trust{font-size:.8rem}.image-placeholder{width:100px;height:100px}.molecular-icon{width:40px;height:40px}.placeholder-text{font-size:.7rem}.footer-text{font-size:.75rem}.footer-logo-colored{width:100px;height:25px}}@media (max-width:319px){.landing-header{padding:.5rem}.nav-items{gap:.5rem}.nav-item{font-size:.75rem;padding:.25rem .5rem}.responsive-logo{max-width:180px;max-height:75px}.text-bubble{padding:.75rem}.bubble-title{font-size:.9rem}.diagonal-layout{gap:1rem}.image-placeholder{width:80px;height:80px}.footer-logo-colored{width:90px;height:23px}}.left-panel{width:40%;position:relative;display:flex;flex-direction:column;background:linear-gradient(135deg,var(--glass-white) 0,#ffffff 50%,var(--glass-white) 100%)}.left-panel:before{content:"";position:absolute;inset:0;opacity:.03;background-image:radial-gradient(circle at 1px 1px,var(--soft-black) 1px,transparent 1px);background-size:40px 40px}.left-panel:after{content:"";position:absolute;top:0;right:0;width:1px;height:100%;background:linear-gradient(180deg,transparent,rgba(51,51,56,.1),transparent)}.left-content{flex:1 1;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;z-index:10}.logo-container{text-align:center;margin-bottom:2rem;animation:fadeIn .8s ease-out forwards}.logo-wrapper{position:relative;display:inline-block;animation:float 3s ease-in-out infinite}.logo-shadow{position:absolute;bottom:-1rem;left:50%;transform:translateX(-50%);width:75%;height:2rem;background:linear-gradient(180deg,rgba(156,163,175,.2),transparent);filter:blur(1rem)}.responsive-logo{width:auto;height:auto;max-width:340px;max-height:140px}.button-container{animation:slideUp .6s ease-out .2s both}.footer{padding-bottom:3rem;text-align:center;animation:fadeIn .8s ease-out .4s both;position:relative;z-index:1060}.footer-text{color:var(--soft-black);font-size:.75rem;font-weight:300;letter-spacing:.05em;opacity:.5;text-transform:uppercase;display:flex;align-items:center;justify-content:center;gap:.5rem}.footer-link{display:inline-flex;align-items:center;transition:opacity .2s ease}.footer-link:hover{opacity:.8}.footer-logo{height:1.5rem;width:auto;object-fit:contain;filter:brightness(0) opacity(.7);transition:opacity .2s ease}.footer-link:hover .footer-logo{opacity:.9}.right-panel{width:60%;position:relative;overflow:hidden;background-color:var(--cool-molecular-blue)}.right-panel:before{background:linear-gradient(135deg,transparent,rgba(196,226,241,.1),rgba(196,226,241,.2));z-index:10}.right-panel:after,.right-panel:before{content:"";position:absolute;inset:0;pointer-events:none}.right-panel:after{box-shadow:inset 0 0 100px rgba(0,0,0,.1);z-index:20}.video-background{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:brightness(.8) contrast(.9) saturate(.9)}.video-blur-overlay{position:absolute;top:0;right:0;width:20%;height:100%;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:15;pointer-events:none}.video-text-overlay{position:absolute;inset:0;z-index:25;pointer-events:none;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:4rem 3rem 4rem 5rem;gap:3rem;background:rgba(255,255,255,.25);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.main-question{font-family:Satoshi,sans-serif;font-weight:400;font-size:4.8rem;color:#000000;line-height:1.05;text-align:left;text-transform:uppercase;letter-spacing:.01em;max-width:1200px;text-shadow:2px 2px 8px rgba(255,255,255,.8),0 0 20px rgba(255,255,255,.6)}.highlight-text{color:#000000;font-weight:800;text-shadow:2px 2px 8px rgba(255,255,255,.9),0 0 20px rgba(255,255,255,.7)}.info-section{display:flex;flex-direction:column;gap:1.5rem;max-width:1100px;width:100%}.info-item{font-family:Satoshi,sans-serif;font-weight:400;font-size:1.75rem;color:#000000;line-height:1.3;text-align:left;padding:1.25rem 2rem;background:rgba(255,255,255,.4);border-radius:12px;border:1px solid rgba(255,255,255,.6);box-shadow:0 4px 20px rgba(0,0,0,.1);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);transition:all .3s cubic-bezier(.4,0,.2,1);text-shadow:1px 1px 4px rgba(255,255,255,.7)}.info-item:hover{transform:translateY(-2px);box-shadow:0 8px 30px rgba(0,0,0,.15);background:rgba(255,255,255,.5)}.info-highlight{font-weight:800;color:#000000;font-size:1.95rem;text-shadow:1px 1px 4px rgba(255,255,255,.8)}@keyframes gradient-shift{0%,to{background-position:0 50%}50%{background-position:100% 50%}}.edge-fade{position:absolute;top:0;left:0;width:2rem;height:100%;background:linear-gradient(90deg,rgba(196,226,241,.2),transparent);z-index:30;pointer-events:none}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.get-started-container{position:relative;display:inline-block}.get-started-button{position:relative;padding:1rem 4rem;background:linear-gradient(135deg,var(--cool-molecular-blue),var(--icy-azure));color:var(--deep-midnight);font-family:Satoshi,sans-serif;font-weight:500;font-size:1.125rem;border:1px solid rgba(255,255,255,.2);border-radius:1rem;box-shadow:0 10px 25px rgba(0,0,0,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);overflow:hidden;min-width:280px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1)}.get-started-button:hover{transform:scale(1.05);box-shadow:0 20px 40px rgba(0,0,0,.15)}.button-shine{position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);transform:translateX(-100%) skewX(-12deg);transition:transform .7s ease-out}.get-started-button:hover .button-shine{transform:translateX(200%) skewX(-12deg)}.button-content{position:relative;display:flex;align-items:center;justify-content:center;gap:.75rem}.button-icon{width:1.25rem;height:1.25rem;transition:transform .3s ease}.get-started-button:active .button-icon,.get-started-button:hover .button-icon{transform:rotate(90deg)}.dropdown-menu{position:absolute;top:100%;left:0;right:0;margin-top:.25rem;background:rgba(245,252,255,.95);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:1rem;box-shadow:0 25px 50px rgba(0,0,0,.15);border:1px solid rgba(255,255,255,.3);overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);transform-origin:top center}.dropdown-menu:before{content:"";position:absolute;top:-.25rem;left:0;right:0;height:.25rem;background:transparent}.dropdown-menu.open{opacity:1;transform:scale(1) translateY(0);pointer-events:auto}.dropdown-menu.closed{opacity:0;transform:scale(.95) translateY(-10px);pointer-events:none}.dropdown-content{padding:.5rem}.dropdown-item{width:100%;padding:1rem 1.5rem;display:flex;align-items:center;gap:1rem;color:var(--deep-midnight);background:none;border:none;border-radius:.75rem;font-family:Satoshi,sans-serif;font-weight:500;font-size:1rem;cursor:pointer;transition:all .2s ease}.dropdown-item:hover{background:rgba(196,226,241,.3)}.dropdown-icon{width:2.5rem;height:2.5rem;border-radius:.75rem;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px rgba(0,0,0,.1);transition:box-shadow .2s ease}.dropdown-item:hover .dropdown-icon{box-shadow:0 8px 20px rgba(0,0,0,.15)}.dropdown-icon svg{width:1.25rem;height:1.25rem;color:var(--deep-midnight)}.dropdown-text{flex:1 1}.dropdown-title{font-weight:500;margin-bottom:.125rem}.dropdown-subtitle{font-size:.875rem;color:rgba(51,51,56,.6)}.icon-login{background:linear-gradient(135deg,var(--cool-molecular-blue),var(--icy-azure))}.icon-demo{background:linear-gradient(135deg,var(--peach-blush),var(--soft-rose-taupe))}.icon-signup{background:linear-gradient(135deg,var(--cool-mist-gray),var(--icy-azure))}.admin-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;background:#f0f4f8;gap:1rem}.loading-spinner{width:40px;height:40px;border:4px solid #e1e8ed;border-top-color:#a6d2eb;border-radius:50%;animation:spin 1s linear infinite}.admin-access-denied{display:flex;align-items:center;justify-content:center;height:100vh;background:#f0f4f8;padding:2rem}.access-denied-content{background:white;padding:3rem;border-radius:16px;border:1px solid #e1e8ed;text-align:center;max-width:500px;box-shadow:0 4px 6px rgba(0,0,0,.05)}.access-denied-content h1{color:#dc2626;margin-bottom:1rem;font-size:2rem;font-weight:600}.access-denied-content p{color:#666;margin-bottom:1rem;line-height:1.6}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (max-width:1200px){.video-text-overlay{padding:3rem 2rem 3rem 4rem}.main-question{font-size:4rem;max-width:1000px}.info-section{max-width:950px}.info-item{font-size:1.5rem;padding:1rem 1.5rem}.info-highlight{font-size:1.7rem}}@media (max-width:768px){.video-text-overlay{padding:1.5rem 1rem 1.5rem 1.5rem;gap:1.5rem;justify-content:flex-start;align-items:center;text-align:center}.main-question{font-size:2.2rem;max-width:100%;line-height:1.2;text-align:center}.info-section{gap:1rem;max-width:100%}.info-item{font-size:1rem;padding:.75rem 1rem;text-align:center}.info-highlight{font-size:1.1rem}}@media (max-width:480px){.video-text-overlay{padding:1rem .75rem;gap:1rem}.main-question{font-size:1.6rem;line-height:1.3}.info-item{font-size:.85rem;padding:.6rem .75rem;line-height:1.4}.info-highlight{font-size:.95rem}}@media (max-width:320px){.video-text-overlay{padding:.75rem .5rem;gap:.75rem}.main-question{font-size:1.3rem;line-height:1.4}.info-item{font-size:.75rem;padding:.5rem .6rem;line-height:1.5}.info-highlight{font-size:.85rem}}@media (max-width:1200px){.left-panel{width:45%}.right-panel{width:55%}.responsive-logo{max-width:300px;max-height:125px}}@media (max-width:768px){.main-container{flex-direction:column}.left-panel{width:100%;height:35vh;min-height:280px}.right-panel{width:100%;height:65vh;position:relative}.left-content{padding:1rem}.logo-container{margin-bottom:1.5rem}.responsive-logo{max-width:250px;max-height:105px}.footer{padding-bottom:1.5rem}.footer-text{font-size:.7rem}.video-background{object-fit:cover;object-position:center}}@media (max-width:480px){.left-panel{height:30vh;min-height:220px}.right-panel{height:70vh}.left-content{padding:.5rem}.logo-container{margin-bottom:1rem}.responsive-logo{max-width:200px;max-height:85px}.footer{padding-bottom:1rem}.footer-text{font-size:.65rem}}@media (max-width:320px){.responsive-logo{max-width:180px;max-height:75px}.left-panel{height:25vh;min-height:200px}.right-panel{height:75vh}.footer-text{font-size:.6rem}}