@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap";.investors-page-container{width:100%;padding:2rem;box-sizing:border-box}.investor-hero-section{display:grid;grid-template-columns:1fr;align-items:center;gap:1.5rem;min-height:80vh;max-width:1200px;margin-left:auto;margin-right:auto}@media (min-width: 992px){.investor-hero-section{grid-template-columns:auto auto;justify-content:center;gap:5rem}}.investor-hero-left{display:flex;flex-direction:column;align-items:flex-start;color:#1a202c}.investor-main-headline{font-family:Poppins,sans-serif;font-size:3.5rem;font-weight:700;margin:0}.investor-tagline{font-family:Poppins,sans-serif;font-size:1.5rem;font-weight:500;color:#2d3748;margin:.5rem 0 0}.separator-line{width:80px;height:3px;background-color:#2d3748;margin:2rem 0}.investor-subheading-new{font-size:1.125rem;line-height:1.7;max-width:450px;margin:0 0 2.5rem;color:#4a5568}.investor-ask-button{background-color:#2d3748;color:#fff;border:none;border-radius:999px;padding:.85rem 2rem;font-family:Poppins,sans-serif;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.investor-ask-button:hover{background-color:#1a202c;transform:translateY(-2px);box-shadow:0 4px 15px #0000001a}.investor-hero-right{display:flex;justify-content:center;align-items:center}.investor-headshot{width:100%;max-width:400px;height:auto;border-radius:1rem;object-fit:cover}.investor-modal-panel{width:80vw;height:85vh;max-width:1200px;max-height:900px;background-color:#fbfbfa;border-radius:24px;border:1px solid #e5e7eb;box-shadow:0 25px 50px -12px #0000001a;animation:modalScaleIn .3s ease-out;position:relative;overflow:hidden;cursor:default;color:#111827;z-index:1;background-image:url(/your-background-image.png);background-size:cover;background-position:center}.navbar-container{position:sticky;top:0;left:0;width:100%;display:flex;justify-content:center;gap:.5rem;padding:1rem 0;z-index:1000}.nav-button{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;font-family:Poppins,sans-serif;font-size:.9rem;font-weight:500;border-radius:999px;cursor:pointer;transition:all .3s ease;background-color:#ffffff80;border:1px solid rgba(0,0,0,.1);color:#2d2d2d}.nav-button:hover{background-color:#fffc;border-color:#0003}.nav-button.active{background-color:#2d2d2d;color:#fff;border-color:#2d2d2d}.nav-arrow{font-size:1.1em;line-height:1;transition:transform .3s ease}.nav-button:hover .nav-arrow{transform:rotate(45deg)}.page-container{padding:8rem 2rem 4rem;text-align:center;position:relative;z-index:1}.page-container h1{font-size:3rem;color:#2d2d2d}body{margin:0;font-family:Poppins,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-image:url(/background.png);background-size:cover;background-position:center;background-attachment:fixed;background-repeat:no-repeat}.header-container{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;min-height:80vh;color:#2d2d2d;padding:0 1rem;position:relative;z-index:1}.enterprise-tag{background-color:transparent;border:1px solid #ad97ad;color:#ad97ad;text-shadow:0px 0px 5px rgba(255,255,255,.7);padding:.4rem .8rem;border-radius:.5rem;font-size:.75rem;font-weight:600;letter-spacing:.05em;margin-bottom:1.5rem}.main-heading{font-size:3.5rem;font-weight:700;margin:0;line-height:1.2}.sub-heading{font-size:1.125rem;max-width:1000px;margin:1rem 0 2rem;color:#4a4a4a}.demo-button{background-color:#ad97ad;color:#fff;border:none;padding:.75rem 1.75rem;border-radius:.5rem;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .3s ease,transform .2s ease}.demo-button:hover{background-color:#947c94;transform:translateY(-2px)}body:before{content:"";position:fixed;top:0;left:0;width:200vw;height:250vh;max-width:1000px;max-height:2000px;background-image:url(/shadow.png);background-size:contain;background-repeat:no-repeat;opacity:.9;z-index:0;pointer-events:none}.features-section{display:grid;grid-template-columns:1fr;gap:2rem;padding:5rem 1rem 0;align-items:end;position:relative;z-index:1}@media (min-width: 768px){.features-section{grid-template-columns:repeat(3,1fr)}}.feature-box{transition:transform .3s ease}.feature-box:hover{transform:translateY(-10px)}.middle-box{transform:translateY(-20px)}.middle-box:hover{transform:translateY(-30px)}.feature-box img{width:100%;height:auto;display:block}.info-section{text-align:center;padding:6rem 1rem;display:flex;flex-direction:column;align-items:center;position:relative;z-index:1}.info-section h2{font-size:2.9rem;font-weight:900;color:#2d2d2d;margin:0 0 1rem}.info-section p{font-size:1.25rem;color:#4a4a4a;max-width:1000px;line-height:1.7;margin:0}.powered-by-section{text-align:center;padding:-1.1rem .2rem 1rem 1rem;display:flex;flex-direction:column;align-items:center;position:relative;z-index:1}.powered-by-logo{width:150px;height:150px;margin-bottom:1rem}.powered-by-text{color:#6b7280;font-size:.875rem;font-weight:600;letter-spacing:.05em;margin:0}.powered-by-heading{font-size:2.5rem;font-weight:700;color:#2d2d2d;margin:.25rem 0 0}.interactive-section{display:grid;grid-template-columns:1fr;gap:4rem;padding:6rem 2rem;position:relative;z-index:1}@media (min-width: 992px){.interactive-section{grid-template-columns:1fr 1fr;align-items:center}}.topics-list{display:flex;flex-direction:column;gap:2.5rem}.topic-item{color:#2d2d2d;cursor:pointer;padding-left:1.5rem;border-left:3px solid transparent;opacity:.5;transition:opacity .4s ease,border-color .4s ease}.topic-item.active{opacity:1;border-left-color:#ad97ad}.topic-item h3{font-size:1.5rem;font-weight:600;margin:0 0 .5rem}.topic-item p{font-size:1rem;line-height:1.6;margin:0;color:#4a4a4a}.media-content{width:100%;height:auto;border-radius:1rem;box-shadow:0 10px 30px #0000001a}.wound-care-section{text-align:center;padding:6rem 1rem;display:flex;flex-direction:column;align-items:center;position:relative;z-index:1}.wound-care-section h2{font-size:2.9rem;font-weight:900;color:#2d2d2d;margin:0 0 1.5rem;max-width:800px;line-height:1.3}.wound-care-section p{font-size:1.25rem;color:#4a4a4a;max-width:800px;line-height:1.7;margin:0}.workflow-section{display:grid;grid-template-columns:1fr;gap:4rem;padding:6rem 2rem;align-items:center;position:relative;z-index:1}@media (min-width: 768px){.workflow-section{grid-template-columns:1fr 1.2fr}}.workflow-image img{width:100%;height:auto;border-radius:1rem;box-shadow:0 10px 30px #0000001a}.workflow-steps{display:flex;flex-direction:column;gap:2.5rem}.workflow-step-item{display:flex;align-items:flex-start;gap:1.5rem}.workflow-icon-container{flex-shrink:0;width:50px;height:50px;background-color:#f3eef3;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#ad97ad}.workflow-step-item h3{font-size:1.25rem;font-weight:600;color:#2d2d2d;margin:0 0 .25rem}.workflow-step-item p{font-size:1rem;color:#4a4a4a;line-height:1.6;margin:0}.glass-tabs-section{padding:2rem 2rem 6rem;position:relative;z-index:1}.glass-container{background:#fff0;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-radius:1.5rem;border:1px solid rgba(255,255,255,-1.9);box-shadow:0 8px 32px #0000001a;padding:2rem}.glass-tab-bar{display:flex;justify-content:center;gap:.5rem;margin-bottom:2rem;flex-wrap:wrap}.glass-tab-button{padding:.75rem 1.5rem;border:none;border-radius:999px;font-size:.9rem;font-weight:500;font-family:Poppins,sans-serif;cursor:pointer;background:#d3c8d34d;color:#2d2d2d;transition:all .3s ease}.glass-tab-button:hover{background:#ad97ad80}.glass-tab-button.active{background-color:#ad97ad;color:#fff;box-shadow:0 4px 15px -5px #ad97ad}.glass-tab-panel-placeholder{min-height:300px}.glass-tab-panel{display:grid;grid-template-columns:1fr;gap:2rem;align-items:center}@media (min-width: 768px){.glass-tab-panel{grid-template-columns:1fr 1fr}}.panel-text-content h3{font-size:2rem;font-weight:600;color:#2d2d2d;margin:0 0 1.5rem}.panel-text-content ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.panel-text-content li{display:flex;align-items:center;gap:.75rem;font-size:1rem;color:#4a4a4a}.panel-text-content li svg{color:#ad97ad;flex-shrink:0}.panel-image-content img{width:100%;height:auto;border-radius:1rem}.cta-section{text-align:center;padding:4rem 2rem 6rem;display:flex;flex-direction:column;align-items:center;gap:2.5rem;position:relative;z-index:1}.cta-quote{font-size:1.5rem;font-style:italic;font-weight:500;color:#374151;max-width:800px;line-height:1.6;margin:0;position:relative;padding:0 1rem}.cta-quote:before{content:"“";position:absolute;top:-1.5rem;left:-1rem;font-size:6rem;color:#ad97ad20;z-index:-1;line-height:1}.cta-button{background-color:#ad97ad;color:#fff;border:none;padding:1rem 2.5rem;border-radius:999px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 5px 20px -5px #ad97ad}.cta-button:hover{background-color:#947c94;transform:translateY(-3px);box-shadow:0 8px 25px -5px #ad97ad}.contact-page-background{padding:4rem 2rem;position:relative;overflow:hidden}.contact-page-background:before{content:"";position:absolute;top:-10%;left:-20%;width:500px;height:500px;background-color:#ad97ad25;border-radius:50%;z-index:0}.contact-card{font-family:Poppins,sans-serif;background-color:#fff;border-radius:1.5rem;box-shadow:0 15px 40px #0000001f;padding:2.5rem;max-width:1100px;margin:0 auto;position:relative;z-index:1}.contact-header{text-align:center;margin-bottom:2rem}.contact-header h2{font-size:2.5rem;font-weight:700;color:#2d2d2d}.contact-top-section{display:grid;grid-template-columns:1fr;gap:2.5rem;margin-bottom:3rem}@media (min-width: 992px){.contact-top-section{grid-template-columns:1fr 1fr}}.contact-details h3{font-size:1.5rem;font-weight:600;margin-bottom:.5rem;color:#2d2d2d}.contact-intro-text{font-size:1rem;color:#4a4a4a;margin-bottom:2rem;line-height:1.6}.contact-details ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1.5rem}.contact-details li{display:flex;align-items:flex-start;gap:1rem;font-size:1rem;color:#4a4a4a}.contact-details li svg{flex-shrink:0;width:24px;height:24px;color:#ad97ad;margin-top:2px}.contact-map{border-radius:1rem;overflow:hidden;min-height:300px}.contact-form-section{text-align:center}.contact-form-section h3{font-size:1.75rem;font-weight:600;margin-bottom:2rem;color:#2d2d2d}.contact-form-section .form-row{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-bottom:1.5rem}@media (min-width: 768px){.contact-form-section .form-row{grid-template-columns:1fr 1fr}}.contact-form-section input,.contact-form-section textarea{width:100%;padding:1rem;font-family:Poppins,sans-serif;font-size:1rem;border:1px solid #e5e7eb;border-radius:.5rem;box-sizing:border-box;transition:border-color .3s ease,box-shadow .3s ease}.contact-form-section input:focus,.contact-form-section textarea:focus{outline:none;border-color:#ad97ad;box-shadow:0 0 0 3px #ad97ad30}.contact-form-section textarea{resize:vertical;margin-bottom:1.5rem}.contact-form-section .cta-button{width:auto;min-width:180px}.research-page{padding:4rem 2rem}.research-tag{display:inline-block;background-color:#e0f2fe;color:#0c4a6e;border:1px solid #bae6fd;padding:.4rem .8rem;border-radius:999px;font-size:.75rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;margin-bottom:1.5rem}.research-main-heading{font-size:2.25rem;font-weight:600;color:#2d2d2d;text-align:center;max-width:800px;margin:0 auto 4rem;opacity:.75}.research-grid{display:grid;grid-template-columns:1fr;gap:2rem;max-width:1200px;margin:0 auto}@media (min-width: 768px){.research-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1200px){.research-grid{grid-template-columns:repeat(4,1fr)}}.paper-card{font-family:Poppins,sans-serif;background-color:#f9fafb;border-radius:1.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;display:flex;flex-direction:column;justify-content:space-between;padding:1.5rem;transition:transform .3s ease,box-shadow .3s ease}.paper-card:hover{transform:translateY(-5px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.paper-category{font-size:.75rem;font-weight:600;color:#6b7280;letter-spacing:.05em;text-transform:uppercase;margin-bottom:.75rem}.paper-title{font-size:1.5rem;font-weight:600;color:#111827;line-height:1.3;margin:0 0 .75rem}.paper-description{font-size:1rem;color:#4b5563;line-height:1.6;margin:0 0 1.5rem}.paper-button{background-color:#ad97ad;color:#fff;border:none;border-radius:999px;padding:.6rem 1.2rem;font-family:Poppins,sans-serif;font-size:.875rem;font-weight:500;text-align:center;text-decoration:none;cursor:pointer;margin-top:auto;transition:all .3s ease}.paper-button:hover{background-color:#947c94;transform:translateY(-2px);box-shadow:0 4px 12px -2px #ad97ad99}.chart-wrapper{background-color:#f9fafb;padding:1.5rem;border-radius:.75rem;margin:2rem auto;border:1px solid #e5e7eb;width:100%;max-width:650px;box-sizing:border-box}.button-group{margin-top:1.5rem}.doctors-button{background-color:#e0f2fe;color:#0c4a6e;border:1px solid #bae6fd;padding:.75rem 1.75rem;border-radius:.5rem;font-family:Poppins,sans-serif;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px -5px #0ea5e94d}.doctors-button:hover{background-color:#bae6fd;transform:translateY(-3px);box-shadow:0 6px 20px -5px #0ea5e966}.doctors-button:active{transform:translateY(-1px);box-shadow:0 2px 10px -5px #0ea5e966}.confirmation-message{text-align:center;padding:3rem 1rem;display:flex;flex-direction:column;align-items:center;gap:1rem;animation:fadeIn .5s ease}.confirmation-message svg{color:#16a34a;margin-bottom:.5rem}.confirmation-message h3{font-size:1.75rem;font-weight:600;color:#111827;margin:0}.confirmation-message p{font-size:1.1rem;color:#4b5563;max-width:500px;line-height:1.6;margin:0}.modal-backdrop{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0009;display:flex;align-items:center;justify-content:center;z-index:2000;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background-color:#fff;width:90%;max-width:900px;height:90vh;border-radius:1rem;box-shadow:0 10px 30px #0003;display:flex;flex-direction:column;position:relative;animation:slideUp .4s ease}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-close-button{position:absolute;top:1rem;right:1.5rem;background:none;border:none;font-size:2.5rem;font-weight:300;color:#888;cursor:pointer;line-height:1;padding:0;transition:color .2s ease}.modal-close-button:hover{color:#000}.modal-scrollable-content{padding:2.5rem 3rem;overflow-y:auto;font-family:Poppins,sans-serif}.paper-header{border-bottom:1px solid #e5e7eb;padding-bottom:1.5rem;margin-bottom:2rem}.paper-header h1{font-size:2.25rem;font-weight:700;color:#111827;line-height:1.3;margin:0 0 1rem}.author-citation{font-size:1rem;color:#4b5563}.author-citation span{margin-left:.5rem;font-style:italic}.paper-body section{margin-bottom:2rem}.paper-body h2{font-size:1.75rem;font-weight:600;color:#111827;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #f3f4f6}.paper-body h3{font-size:1.25rem;font-weight:600;color:#374151;margin:1.5rem 0 .5rem}.paper-body p{font-size:1.1rem;line-height:1.8;color:#374151;margin-bottom:1rem}.references-section ul{list-style:none;padding:0}.references-section li{margin-bottom:1rem;line-height:1.6}.references-section a{color:#3b82f6;text-decoration:none;font-weight:500;margin-left:.5rem}.references-section a:hover{text-decoration:underline}.doi-container{margin-top:1rem;font-size:.9rem;display:flex;align-items:center;gap:.5rem;color:#6b7280}.doi-link{color:#3b82f6;text-decoration:none;word-break:break-all}.doi-link:hover{text-decoration:underline}.copy-doi-button{background-color:#f3f4f6;border:1px solid #e5e7eb;color:#4b5563;font-family:Poppins,sans-serif;font-size:.75rem;font-weight:500;padding:.2rem .5rem;border-radius:.25rem;cursor:pointer;transition:background-color .2s ease}.copy-doi-button:hover{background-color:#e5e7eb}.chart-wrapper{position:relative;background-color:#f9fafb;padding:1.5rem;border-radius:.75rem;margin:2rem auto;border:1px solid #e5e7eb;width:100%;max-width:800px;box-sizing:border-box;aspect-ratio:16 / 9}.efficiency-chart-container{display:flex;flex-direction:column;gap:1.5rem}.kpi-cards-container{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.kpi-card{background-color:#fff;border:1px solid #e5e7eb;border-radius:.75rem;padding:1rem;text-align:center}.kpi-value{display:block;font-size:2.25rem;font-weight:700;color:#111827}.kpi-label{font-size:.875rem;color:#6b7280}.wound-chart-container{display:flex;flex-direction:column;gap:1rem}.ai-feedback-box{background-color:#f0f9ff;border-left:4px solid #3b82f6;padding:1rem;font-size:.95rem;color:#1e3a8a;border-radius:0 .5rem .5rem 0}.coming-soon-backdrop{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0009;display:flex;align-items:center;justify-content:center;z-index:3000;animation:fadeIn .3s ease}.coming-soon-card{background-color:#fff;border-radius:1.5rem;box-shadow:0 10px 40px #0003;width:90%;max-width:450px;text-align:center;overflow:hidden;animation:slideUp .4s ease}.coming-soon-image{width:100%;height:auto;display:block}.coming-soon-content{padding:2rem}.coming-soon-content h2{font-family:Poppins,sans-serif;font-size:1.75rem;font-weight:600;color:#111827;margin:0 0 .5rem}.coming-soon-content p{font-family:Poppins,sans-serif;font-size:1.1rem;color:#4b5563;margin:0 0 1.5rem}.coming-soon-close-btn{background-color:#ad97ad;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:999px;font-family:Poppins,sans-serif;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease}.coming-soon-close-btn:hover{background-color:#947c94;transform:translateY(-2px)}.release-date{font-weight:600;color:#ad97ad}@keyframes modalFadeIn{0%{opacity:0}to{opacity:1}}@keyframes modalScaleIn{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}@keyframes pulse-text{0%{color:#4a5568;opacity:.8}50%{color:#1a202c;opacity:1}to{color:#4a5568;opacity:.8}}.investor-modal-backdrop{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:5000;background-color:#fbfafab3;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);animation:modalFadeIn .3s ease-out;display:flex;align-items:center;justify-content:center;cursor:pointer}.investor-modal-panel{width:80vw;height:85vh;max-width:1200px;max-height:900px;background-color:#fbfbfa;border-radius:24px;border:1px solid #e5e7eb;box-shadow:0 25px 50px -12px #0000001a;animation:modalScaleIn .3s ease-out;position:relative;overflow:hidden;cursor:default;color:#111827;z-index:1;background-image:url(/your-background-image.png);background-size:cover;background-position:center}.investor-modal-panel:before{content:"";position:absolute;inset:0;background-color:#fbfbfa1a;border-radius:24px;z-index:2}.modal-content-wrapper{position:relative;z-index:3;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;padding:2rem;box-sizing:border-box}.investor-transcript-container{width:100%;display:flex;align-items:flex-start;justify-content:center;text-align:center;padding:0 2rem;flex-grow:1;overflow-y:auto;min-height:0}.investor-helper-text{font-size:1.5rem;color:#6b7280;transition:opacity .3s ease;animation:pulse-text 3s infinite ease-in-out}.investor-globe-container{width:100%;display:flex;justify-content:center;align-items:center;margin-top:auto}.investor-globe{width:120px;height:120px;border-radius:50%;cursor:pointer;transition:transform .3s ease-in-out,box-shadow .3s ease-in-out;position:relative}.investor-globe:before,.investor-globe:after{content:"";position:absolute;inset:0;border-radius:50%}.investor-globe.idle{background-image:radial-gradient(circle at 50% 50%,#e0f2f7,#b2ebf2 70%);box-shadow:0 0 10px #00838f4d,inset 0 0 5px #00838f1a;animation:gentlePulse 3s infinite alternate}@keyframes gentlePulse{0%{transform:scale(1);box-shadow:0 0 10px #00838f4d,inset 0 0 5px #00838f1a}to{transform:scale(1.05);box-shadow:0 0 15px #00bcd480,inset 0 0 8px #00bcd433}}.investor-globe.idle:before{background-image:radial-gradient(circle at 60% 40%,rgba(255,255,255,.2) 0%,transparent 60%)}.investor-globe.idle:hover{box-shadow:0 0 15px #00bcd499,inset 0 0 10px #00bcd44d}.investor-globe.listening{background-color:#a7ffeb;box-shadow:0 0 15px #64ffda,inset 0 0 8px #64ffda;animation:softRadiate 2s infinite}@keyframes softRadiate{0%,to{box-shadow:0 0 15px #64ffda,inset 0 0 8px #64ffda}50%{box-shadow:0 0 25px #64ffda,inset 0 0 12px #64ffda}}.investor-globe.processing{background-image:conic-gradient(from 45deg,#cddc39,#8bc34a,#cddc39);animation:subtleRotate 3s linear infinite;border:1px solid #b2dfdb}@keyframes subtleRotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.investor-globe.speaking{background-color:#e1f5fe;box-shadow:0 0 12px #90caf9,inset 0 0 6px #90caf9}.investor-globe.speaking:before{content:"";position:absolute;inset:0;border-radius:50%;border:2px solid #90caf9;opacity:0;animation:expandedWave 2.5s infinite ease-out}@keyframes expandedWave{0%{transform:scale(1);opacity:1}to{transform:scale(1.5);opacity:0}}.idle-text-container{display:flex;flex-direction:column;align-items:center;gap:.5rem}.idle-text-container p{margin:0}.investor-sub-helper{font-size:1.1rem;color:#6b7280;max-width:450px}.suggestion-container{margin-top:1.5rem;text-align:center}.suggestion-title{font-size:.9rem;color:#6b7280;margin-bottom:.75rem}.suggestion-chips{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}.chip{background-color:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;padding:.5rem 1rem;font-size:.9rem;color:#374151;cursor:pointer;transition:background-color .2s ease}.chip:hover{background-color:#e5e7eb}.live-transcript{font-size:1.5rem;font-weight:500;color:#1a202c;transition:opacity .3s ease}.live-transcript .interim{color:#718096;opacity:.8}.qa-container{width:100%;max-width:800px;text-align:left;animation:modalFadeIn .5s ease-out;padding-right:1rem}.user-question-display{font-size:1.75rem;font-weight:600;color:#2d3748;margin-bottom:2rem;font-style:italic}.ai-answer-section{border-top:1px solid #e5e7eb;padding-top:1.5rem}.ai-answer-label{display:flex;align-items:center;gap:.5rem;font-size:.9rem;font-weight:500;color:#4a5568;margin-bottom:.75rem}.ai-answer-label svg{color:#6b7280}.ai-answer-text{font-size:1.1rem;line-height:1.7;color:#374151}.share-button{position:absolute;top:1.5rem;right:1.5rem;background-color:transparent;border:none;border-radius:50%;padding:.5rem;cursor:pointer;transition:background-color .2s ease-in-out;z-index:10}.share-button svg{width:20px;height:20px;color:#9ca3af;transition:color .2s ease-in-out}.share-button:hover{background-color:#f3f4f6}.share-button:hover svg{color:#1f2937}.share-tooltip{position:absolute;bottom:120%;left:50%;transform:translate(-50%);background-color:#1f2937;color:#fff;padding:.25rem .6rem;border-radius:6px;font-size:.8rem;font-weight:500;white-space:nowrap;opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease;pointer-events:none}.share-button:hover .share-tooltip{opacity:1;visibility:visible}.tap-highlight{display:inline-block;background-color:#f0ebe8;color:#6d2828;padding:.2rem .7rem;border-radius:7px;border:1px solid #dcd6d3;font-weight:500;vertical-align:baseline;font-family:Courier New,Courier,monospace}.helper-text-bold{font-weight:600}
