html,body,#root{height:auto!important;min-height:100%!important;max-height:none!important;overflow-y:auto!important;overflow-x:hidden!important;position:static!important;display:block!important;width:100%!important}#landing-page-container{min-height:100%!important;height:auto!important;overflow:visible!important;overflow-x:hidden!important;position:static!important;display:block!important;width:100%!important;max-width:100%!important}body{overflow-y:scroll!important;max-height:none!important;height:auto!important;position:static!important}html{overflow-y:scroll!important;max-height:none!important;height:auto!important}:root{--primary-color: #2563eb;--primary-dark: #1d4ed8;--secondary-color: #7c3aed;--accent-color: #06b6d4;--text-color: #1f2937;--light-text: #ffffff;--background-color: #ffffff;--section-bg: #f8fafc;--header-height: 70px;--header-height-mobile: 60px;--font-primary: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-secondary: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--container-padding: 24px;--container-max-width: 1200px;--border-radius: 16px;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1)}html{height:100%;overflow-y:scroll!important;overflow-x:hidden;scroll-behavior:smooth}body{height:100%;min-height:100%;overflow-y:visible!important;overflow-x:hidden;font-family:var(--font-secondary);color:var(--text-color);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:relative}.page-container{position:static;display:flex;flex-direction:column;width:100%;min-height:100%;overflow:visible!important}main{flex:1;width:100%;overflow:visible!important;height:auto;position:relative}.header{width:100%;left:0;right:0;background-color:#fff;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a;position:fixed;top:0;z-index:1000;height:var(--header-height);transition:all .3s ease;border-bottom:1px solid rgba(0,0,0,.05);overflow:hidden}.header-content{max-width:100%;width:100%;margin:0 auto;padding:0 var(--container-padding);height:100%;display:flex;justify-content:space-between;align-items:center;background-color:#fff;overflow:hidden}.logo{flex-shrink:0;margin-right:2rem;font-family:var(--font-primary);font-size:clamp(1.5rem,2vw + 1rem,1.8rem);font-weight:800;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;text-decoration:none;transition:opacity .3s ease}.nav-menu{display:flex;flex-direction:row;align-items:center;gap:clamp(1.5rem,3vw,2.5rem);background-color:#fff;flex-shrink:0;overflow:hidden}.nav-link{display:inline-block;text-decoration:none;color:var(--text-color);font-weight:400;transition:all .3s ease;font-size:1rem;padding:.5rem 1rem;border-radius:0;background-color:#fff;border:none;vertical-align:middle}.nav-link:hover{color:var(--primary-color)}.nav-link.active{color:var(--text-color);font-weight:400;background-color:#fff;border:none}.burger-menu span{display:block;height:2px;width:100%;background-color:var(--text-color);border-radius:1px;opacity:1;left:0;transform:rotate(0);transition:.25s ease-in-out}.hero-section{background:linear-gradient(135deg,var(--primary-color) 0%,var(--secondary-color) 100%);color:var(--light-text);padding:calc(var(--header-height) + 4rem) var(--container-padding) 4rem;min-height:70vh;display:flex;align-items:center;position:relative;overflow:hidden}.hero-content{max-width:var(--container-max-width);margin:0 auto;text-align:center;z-index:2;position:relative}.hero-content h2{font-size:clamp(2rem,4vw,3.5rem);font-weight:700;margin-bottom:1.5rem;line-height:1.2;font-family:var(--font-primary)}.hero-content p{font-size:clamp(1rem,2vw,1.25rem);margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto;opacity:.95}.cta-button{display:inline-block;background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:var(--light-text);text-decoration:none;padding:1rem 2rem;border-radius:var(--border-radius);font-weight:600;font-size:1.1rem;transition:all .3s ease;border:2px solid rgba(255,255,255,.3)}.cta-button:hover{background:#ffffff40;transform:translateY(-2px);box-shadow:var(--shadow-lg);text-decoration:none;color:var(--light-text)}.about-section{padding:5rem var(--container-padding);background:var(--section-bg)}.section-content{max-width:var(--container-max-width);margin:0 auto}.about-section h2{text-align:center;font-size:clamp(2rem,3vw,2.5rem);font-weight:700;margin-bottom:3rem;color:var(--text-color);font-family:var(--font-primary)}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.about-text p{font-size:1.125rem;line-height:1.8;color:#6b7280;margin-bottom:1.5rem}.about-image{position:relative}.tech-image{width:100%;height:auto;border-radius:var(--border-radius);box-shadow:var(--shadow-lg);transition:transform .3s ease}.tech-image:hover{transform:scale(1.02)}.contact-section{padding:5rem var(--container-padding);background:var(--background-color)}.contact-section h2{text-align:center;font-size:clamp(2rem,3vw,2.5rem);font-weight:700;margin-bottom:3rem;color:var(--text-color);font-family:var(--font-primary)}.contact-info{display:flex;flex-direction:column;gap:1.5rem;max-width:600px;margin:0 auto}.contact-link{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:var(--section-bg);border-radius:var(--border-radius);text-decoration:none;color:var(--text-color);transition:all .3s ease;border:1px solid rgba(0,0,0,.05)}.contact-link:hover{background:var(--primary-color);color:var(--light-text);transform:translateY(-2px);box-shadow:var(--shadow-md);text-decoration:none}.phone-icon,.email-icon,.facebook-icon{font-size:1.5rem;flex-shrink:0}.footer{background:var(--text-color);color:var(--light-text);padding:2rem var(--container-padding);width:100%;margin-top:auto}.footer-content{max-width:var(--container-max-width);margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-links{display:flex;gap:2rem}.footer-links a{color:#fffc;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:var(--light-text);text-decoration:underline}.chat-widget-icon{position:fixed;bottom:20px;right:20px;width:60px;height:60px;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));border:none;border-radius:50%;color:#fff;cursor:pointer;box-shadow:var(--shadow-lg);z-index:1000;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.chat-widget-icon:hover{transform:scale(1.05);box-shadow:0 8px 25px #2563eb66}.chat-widget-icon--hidden{display:none}.chat-widget-window{position:fixed;bottom:90px;right:20px;width:350px;height:500px;background:#fff;border-radius:12px;box-shadow:0 10px 40px #00000026;z-index:1000;display:flex;flex-direction:column;overflow:hidden;border:1px solid rgba(0,0,0,.1)}.chat-widget-window--hidden{display:none}.chat-widget-header{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:#fff;padding:1rem;display:flex;justify-content:space-between;align-items:center;font-weight:600}.chat-widget-minimize-button{background:transparent;border:none;color:#fff;cursor:pointer;padding:4px;border-radius:4px;transition:background .2s ease}.chat-widget-minimize-button:hover{background:#ffffff1a}.chat-widget-content{flex:1;overflow:hidden}.chat-widget-iframe{width:100%;height:100%;border:none}@media (max-width: 768px){.burger-menu{display:flex}.nav-menu{position:fixed;top:var(--header-height);left:-100%;width:100%;height:calc(100vh - var(--header-height));background-color:#fff;flex-direction:column;justify-content:flex-start;align-items:center;padding:2rem;transition:left .3s ease;box-shadow:var(--shadow-md);gap:2rem}.nav-menu.open{left:0}.nav-link{font-size:1.25rem;padding:1rem;width:100%;text-align:center}.about-grid{grid-template-columns:1fr;gap:2rem}.about-image{order:-1}.footer-content{flex-direction:column;text-align:center;gap:1.5rem}.footer-links{flex-direction:column;gap:1rem}.chat-widget-window{width:calc(100vw - 40px);right:20px;left:20px}}@media (max-width: 480px){:root{--container-padding: 16px}.hero-content h2{font-size:2rem}.hero-content p{font-size:1rem}.contact-info{gap:1rem}.contact-link{padding:1rem}}html{height:auto!important;min-height:100%!important;max-height:none!important;overflow-y:auto!important;overflow-x:hidden!important;box-sizing:border-box!important}body,#root{height:auto!important;min-height:100%!important;max-height:none!important;overflow:hidden!important;position:static!important;display:block!important;width:100%!important;max-width:100vw!important;box-sizing:border-box!important}.header,.header-content,.nav-menu,.nav-menu.open{overflow:hidden!important;overflow-x:hidden!important;overflow-y:hidden!important}nav.nav-menu{overflow:hidden!important}#landing-page-container,#products-page-container{min-height:100vh!important;height:auto!important;overflow:hidden!important;position:relative!important;display:flex!important;flex-direction:column!important;width:100%!important;max-width:100%!important;box-sizing:border-box!important}.scrollable-container{width:100%!important;height:auto!important;min-height:100vh!important;max-height:none!important;overflow:hidden!important;position:relative!important;display:block!important;box-sizing:border-box!important}.footer{width:100%!important;margin-top:auto!important;position:relative!important;bottom:0!important;left:0!important;right:0!important;max-width:100%!important;overflow:hidden!important}main{flex:1 0 auto!important;width:100%!important;overflow:hidden!important;box-sizing:border-box!important}@supports (-webkit-touch-callout: none){html{height:-webkit-fill-available!important;-webkit-overflow-scrolling:touch!important;overflow-y:auto!important;overflow-x:hidden!important}body{height:-webkit-fill-available!important;overflow:hidden!important}.scrollable-container,#landing-page-container,#products-page-container{min-height:-webkit-fill-available!important;-webkit-overflow-scrolling:touch!important;overflow:hidden!important}.footer{position:relative!important;width:100%!important;overflow:hidden!important}}@supports not (-webkit-touch-callout: none){html{height:100%!important;overflow-y:auto!important;overflow-x:hidden!important}body{height:100%!important;overflow:hidden!important}.scrollable-container,#landing-page-container,#products-page-container{min-height:100vh!important;overflow:hidden!important}.footer{position:relative!important;width:100%!important;overflow:hidden!important}}main,section{height:auto!important;min-height:auto!important;overflow:hidden!important;width:100%!important;max-width:100%!important;box-sizing:border-box!important}.products-page-container{min-height:100vh;display:flex;flex-direction:column;background:#fff}.products-main-content{flex:1;padding-top:calc(var(--header-height, 70px) + 2rem)}.products-section{padding:4rem var(--container-padding, 24px)}.products-section-content{max-width:var(--container-max-width, 1200px);margin:0 auto}.products-section-content h1{font-size:clamp(2rem,4vw,3rem);font-weight:700;color:#1f2937;text-align:center;margin-bottom:3rem;font-family:var(--font-primary, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif)}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:2rem}.product-card-link{text-decoration:none;color:inherit;display:block;transition:transform .2s ease}.product-card-link:hover{transform:translateY(-4px);text-decoration:none;color:inherit}.product-card{background:#fff;border-radius:var(--border-radius, 16px);padding:2rem;box-shadow:var(--shadow-md, 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .1));border:1px solid #e5e7eb;transition:all .3s ease;display:flex;flex-direction:column;height:100%}.product-card:hover{box-shadow:var(--shadow-lg, 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1));border-color:var(--primary-color, #2563eb)}.product-card-icon{display:flex;align-items:center;justify-content:center;width:80px;height:80px;background:linear-gradient(135deg,var(--primary-color, #2563eb),var(--secondary-color, #7c3aed));border-radius:50%;margin:0 auto 1.5rem;color:#fff}.product-card-content{flex:1;text-align:center}.product-card-content h2{font-size:1.75rem;font-weight:600;color:#1f2937;margin-bottom:1rem;font-family:var(--font-primary, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif)}.product-card-content p{font-size:1rem;line-height:1.6;color:#6b7280;margin-bottom:1.5rem;text-align:left;white-space:pre-wrap}.product-card-cta{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:linear-gradient(135deg,var(--primary-color, #2563eb),var(--secondary-color, #7c3aed));color:#fff;border-radius:var(--border-radius, 16px);font-weight:600;font-size:.95rem;transition:all .3s ease;border:none;cursor:pointer;margin-top:auto;align-self:center}.product-card:hover .product-card-cta{background:linear-gradient(135deg,var(--primary-dark, #1d4ed8),var(--secondary-color, #7c3aed));transform:translateY(-1px);box-shadow:0 4px 12px #2563eb4d}@media (max-width: 768px){.product-grid{grid-template-columns:1fr;gap:1.5rem}.product-card{padding:1.5rem}.product-card-icon{width:60px;height:60px}.product-card-content h2{font-size:1.5rem}}@media (max-width: 480px){.products-section{padding:2rem 1rem}.product-card{padding:1rem}.product-card-content p{font-size:.9rem}}.privacy-policy-modal-body{max-width:800px;margin:0 auto;padding:2rem;background-color:#fff;box-shadow:0 2px 4px #0000001a;border-radius:8px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;line-height:1.6;color:#333;margin-top:calc(var(--header-height, 70px) + 2rem);margin-bottom:2rem;flex:1;overflow-y:auto!important;overflow-x:hidden!important;min-height:300px;scrollbar-width:thin!important;scrollbar-color:#2563eb var(--background-secondary, #f1f5f9)!important}.privacy-policy-modal-body::-webkit-scrollbar{width:8px!important;display:block!important}html.privacy-policy-page,body.privacy-policy-page{overflow:auto!important;height:auto!important;position:relative!important;overflow-y:scroll!important}.privacy-policy-modal-body h1{color:#2c3e50;font-size:2.5rem;margin-bottom:2rem;text-align:center;border-bottom:2px solid #eee;padding-bottom:1rem}.privacy-policy-modal-body h2{color:#34495e;font-size:1.5rem;margin:2rem 0 1rem}.privacy-policy-modal-body section{margin-bottom:2rem}.privacy-policy-modal-body p{margin:1rem 0}.privacy-policy-modal-body ul{padding-left:2rem;margin:1rem 0}.privacy-policy-modal-body li{margin:.5rem 0}.privacy-policy-modal-body a{color:#3498db;text-decoration:none;transition:color .2s ease}.privacy-policy-modal-body a:hover{color:#2980b9;text-decoration:underline}.consent-notice{margin-top:3rem;padding:1.5rem;background-color:#f8f9fa;border-radius:6px;border-left:4px solid #3498db}.consent-notice p{margin:0;font-style:italic;color:#666}.data-deletion-modal-body{max-width:800px;margin:0 auto;padding:2rem;background-color:#fff;box-shadow:0 2px 4px #0000001a;border-radius:8px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;line-height:1.6;color:#333;margin-top:calc(var(--header-height, 70px) + 2rem);margin-bottom:2rem;flex:1;overflow-y:auto!important;overflow-x:hidden!important;min-height:300px;scrollbar-width:thin!important;scrollbar-color:#2563eb var(--background-secondary, #f1f5f9)!important}.data-deletion-modal-body::-webkit-scrollbar{width:8px!important;display:block!important}html.data-deletion-page,body.data-deletion-page{overflow:auto!important;height:auto!important;position:relative!important;overflow-y:scroll!important}.data-deletion-modal-body h1{color:#2c3e50;font-size:2.5rem;margin-bottom:.5rem;text-align:center}.data-deletion-modal-body .subtitle{color:#7f8c8d;text-align:center;font-size:1.2rem;margin-bottom:2rem;border-bottom:2px solid #eee;padding-bottom:1rem}.data-deletion-modal-body .introduction{margin-bottom:2rem;font-size:1.1rem}.data-deletion-modal-body h2{color:#34495e;font-size:1.5rem;margin:1.5rem 0 1rem}.data-deletion-modal-body section{margin-bottom:2rem}.data-deletion-modal-body p{margin:1rem 0}.data-deletion-modal-body ul{padding-left:2rem;margin:1rem 0}.data-deletion-modal-body li{margin:.5rem 0}.data-deletion-modal-body a{color:#3498db;text-decoration:none;transition:color .2s ease}.data-deletion-modal-body a:hover{color:#2980b9;text-decoration:underline}.data-deletion-modal-body .important-notice{margin-top:2rem;padding:1.5rem;background-color:#f8f9fa;border-radius:6px;border-left:4px solid #e74c3c}.data-deletion-modal-body .contact-info{margin-top:3rem;padding:1.5rem;background-color:#f8f9fa;border-radius:6px;border-left:4px solid #3498db}.page-container{min-height:100vh;display:flex;flex-direction:column;overflow:hidden}.terms-of-service-modal-body{max-width:800px;margin:0 auto;padding:2rem;background-color:#fff;box-shadow:0 2px 4px #0000001a;border-radius:8px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;line-height:1.6;color:#333;margin-top:calc(var(--header-height, 70px) + 2rem);margin-bottom:2rem;flex:1;overflow-y:auto!important;overflow-x:hidden!important;min-height:300px;scrollbar-width:thin!important;scrollbar-color:#2563eb var(--background-secondary, #f1f5f9)!important}.terms-of-service-modal-body::-webkit-scrollbar{width:8px!important;display:block!important}html.terms-of-service-page,body.terms-of-service-page{overflow:auto!important;height:auto!important;position:relative!important;overflow-y:scroll!important}.terms-of-service-modal-body h1{color:#2c3e50;font-size:2.5rem;margin-bottom:2rem;text-align:center;border-bottom:2px solid #eee;padding-bottom:1rem}.terms-of-service-modal-body h2{color:#34495e;font-size:1.5rem;margin:2rem 0 1rem}.terms-of-service-modal-body section{margin-bottom:2rem}.terms-of-service-modal-body p{margin:1rem 0}.terms-of-service-modal-body ul{padding-left:2rem;margin:1rem 0}.terms-of-service-modal-body li{margin:.5rem 0}.terms-of-service-modal-body a{color:#3498db;text-decoration:none;transition:color .2s ease}.terms-of-service-modal-body a:hover{color:#2980b9;text-decoration:underline}.terms-of-service-modal-body .agreement-notice{margin-top:3rem;padding:1.5rem;background-color:#f8f9fa;border-radius:6px;border-left:4px solid #e74c3c}.terms-of-service-modal-body .agreement-notice p{margin:.5rem 0;color:#666}.terms-of-service-modal-body .agreement-notice p:first-child{font-style:italic;margin-bottom:1rem}.terms-of-service-modal-body .agreement-notice strong{color:#2c3e50}.header{background-color:#fff;box-shadow:0 2px 4px #0000001a;position:fixed;width:100%;top:0;left:0;z-index:1000;height:70px;transition:all .3s ease}.header-content{max-width:1200px;margin:0 auto;padding:0 24px;height:100%;display:flex;justify-content:space-between;align-items:center;background-color:#fff}.logo{font-size:1.8rem;color:#2563eb;font-weight:700;text-decoration:none;transition:color .3s ease;background:linear-gradient(135deg,#2563eb,#7c3aed);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.logo:hover{opacity:.9}.burger-menu{display:none;flex-direction:column;justify-content:space-between;width:24px;height:20px;background:transparent;border:none;cursor:pointer;z-index:1001}.burger-menu span{display:block;height:2px;width:100%;background-color:#1f2937;border-radius:1px;opacity:1;left:0;transform:rotate(0);transition:.25s ease-in-out}.burger-menu.open span:nth-child(1){top:9px;transform:rotate(135deg)}.burger-menu.open span:nth-child(2){opacity:0;left:-30px}.burger-menu.open span:nth-child(3){top:9px;transform:rotate(-135deg)}.nav-menu{display:flex;flex-direction:row;align-items:center;gap:2rem;background-color:#fff}.nav-link{display:inline-block;text-decoration:none;color:#1f2937;font-weight:400;transition:all .3s ease;font-size:1rem;padding:.5rem 1rem;border-radius:0;background-color:#fff;border:none}.nav-link:hover{color:#2563eb}@media (max-width: 768px){.burger-menu{display:flex}.nav-menu{position:fixed;top:70px;left:-100%;width:100%;height:calc(100vh - 70px);background-color:#fff;flex-direction:column;justify-content:flex-start;align-items:center;padding:2rem;transition:left .3s ease;box-shadow:0 4px 6px #0000001a;gap:2rem}.nav-menu.open{left:0}.nav-link{font-size:1.25rem;padding:1rem;width:100%;text-align:center}}.chat-container{display:flex;flex-direction:column;height:100vh;background:#f8fafc;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.error-message{background:#fee2e2;border:1px solid #fecaca;color:#dc2626;padding:1rem;border-radius:8px;margin:1rem;text-align:center;font-weight:500}.message-list{flex:1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:1rem;scroll-behavior:smooth}.message{display:flex;max-width:80%;align-items:flex-start;gap:.5rem}.message.user{align-self:flex-end;flex-direction:row-reverse}.message.ai{align-self:flex-start}.message-bubble{padding:.75rem 1rem;border-radius:1rem;word-wrap:break-word;position:relative;max-width:100%}.message.user .message-bubble{background:linear-gradient(135deg,#2563eb,#7c3aed);color:#fff;border-bottom-right-radius:.25rem}.message.ai .message-bubble{background:#fff;color:#1f2937;border:1px solid #e5e7eb;border-bottom-left-radius:.25rem;box-shadow:0 1px 2px #0000000d}.message-text{font-size:.95rem;line-height:1.4;margin:0}.message-timestamp{font-size:.75rem;opacity:.7;margin-top:.25rem;text-align:right}.message.ai .message-timestamp{text-align:left}.typing-indicator{display:flex;align-items:center;gap:.5rem;padding:1rem;background:#fff;border-radius:1rem;margin:0 1rem;border:1px solid #e5e7eb;box-shadow:0 1px 2px #0000000d;max-width:fit-content}.typing-dots{display:flex;gap:.25rem}.typing-dot{width:6px;height:6px;background:#6b7280;border-radius:50%;animation:typing-bounce 1.4s ease-in-out infinite both}.typing-dot:nth-child(1){animation-delay:-.32s}.typing-dot:nth-child(2){animation-delay:-.16s}@keyframes typing-bounce{0%,80%,to{transform:scale(0);opacity:.5}40%{transform:scale(1);opacity:1}}.message-input-container{padding:1rem;background:#fff;border-top:1px solid #e5e7eb;display:flex;gap:.5rem;align-items:flex-end}.message-input{flex:1;min-height:44px;max-height:120px;padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:1.5rem;resize:none;font-size:1rem;font-family:inherit;background:#fff;transition:border-color .2s ease;overflow-y:auto}.message-input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.message-input:disabled{background:#f9fafb;color:#6b7280;cursor:not-allowed}.send-button{width:44px;height:44px;background:linear-gradient(135deg,#2563eb,#7c3aed);color:#fff;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0}.send-button:hover:not(:disabled){transform:scale(1.05);box-shadow:0 4px 12px #2563eb4d}.send-button:disabled{background:#d1d5db;cursor:not-allowed;transform:none;box-shadow:none}.welcome-message{text-align:center;padding:2rem;color:#6b7280}.welcome-message h2{color:#1f2937;margin-bottom:1rem;font-size:1.5rem}.welcome-message p{font-size:1rem;line-height:1.5}@media (max-width: 768px){.message{max-width:90%}.message-input-container,.message-list{padding:.75rem}}.message-list::-webkit-scrollbar{width:6px}.message-list::-webkit-scrollbar-track{background:transparent}.message-list::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.message-list::-webkit-scrollbar-thumb:hover{background:#9ca3af}*{margin:0;padding:0;box-sizing:border-box}#root{width:100%;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;padding:0;background-color:#fff;color:#1f2937;line-height:1.6}a{color:#2563eb;text-decoration:none}a:hover{text-decoration:underline}button{font-family:inherit;cursor:pointer}[class*=-modal-body],[class*=-modal-form-content]{overflow-y:auto!important;overflow-x:hidden!important}[class*=-modal-body]::-webkit-scrollbar,[class*=-modal-form-content]::-webkit-scrollbar{width:8px!important;display:block!important}[class*=-modal-body]::-webkit-scrollbar-track,[class*=-modal-form-content]::-webkit-scrollbar-track{background:var(--background-secondary, #f1f5f9)!important;border-radius:4px!important}[class*=-modal-body]::-webkit-scrollbar-thumb,[class*=-modal-form-content]::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#2563eb,#7c3aed)!important;border-radius:4px!important}[class*=-modal-body]::-webkit-scrollbar-thumb:hover,[class*=-modal-form-content]::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#1d4ed8,#6d28d9)!important}[class*=-modal-body],[class*=-modal-form-content]{scrollbar-width:thin!important;scrollbar-color:#2563eb var(--background-secondary, #f1f5f9)!important}[class*=-modal-body],[class*=-modal-form-content]{min-height:300px!important}
