.navbar{background-color:#fff;border-bottom:1px solid #e0e0e0;box-shadow:0 2px 8px #00000014;position:sticky;top:0;z-index:100}.navbar-container{justify-content:space-between;margin:0 auto;max-width:1400px;padding:1rem 2rem}.navbar-container,.navbar-logo{align-items:center;display:flex}.navbar-logo{color:#1a1a1a;font-size:1.5rem;font-weight:800;transition:color .3s ease}.navbar-logo:hover{color:#9d00ff}.logo-image{height:50px;object-fit:contain;transition:transform .3s ease;width:auto}.navbar-logo:hover .logo-image{transform:scale(1.05)}.navbar-menu{align-items:center;display:flex;gap:2rem;list-style:none}.nav-link{color:#1a1a1a;font-size:.95rem;font-weight:500;padding-bottom:.5rem;position:relative;text-decoration:none;transition:color .3s ease}.nav-link:after{background-color:#9d00ff;bottom:0;content:"";height:3px;left:0;position:absolute;transition:width .3s ease;width:0}.nav-link.active:after,.nav-link:hover:after{width:100%}.nav-link:hover{color:#9d00ff}.hamburger{background:none;border:none;cursor:pointer;display:none;flex-direction:column;padding:.5rem}.hamburger-line{background-color:#1a1a1a;display:block;height:3px;margin:5px 0;transition:all .3s ease;width:25px}.hamburger-line.active:first-child{transform:rotate(45deg) translate(10px,10px)}.hamburger-line.active:nth-child(2){opacity:0}.hamburger-line.active:nth-child(3){transform:rotate(-45deg) translate(8px,-8px)}.mobile-menu{background-color:#fff;border-bottom:1px solid #e0e0e0;box-shadow:0 4px 16px #0000001f;flex-direction:column;gap:0;left:0;padding:1rem 0;position:absolute;right:0;top:100%}.mobile-menu li{padding:0;width:100%}.mobile-menu .nav-link{border-bottom:1px solid #f0f0f0;display:block;padding:1rem 2rem}.mobile-menu .nav-link:after{display:none}.mobile-menu .nav-link.active{background-color:#f5f5f5;color:#9d00ff}.desktop-menu{display:flex}@media (max-width:768px){.hamburger{display:flex}.navbar-menu.desktop-menu{display:none}.navbar-container{padding:1rem}.navbar-logo{font-size:1.25rem}.logo-image{height:40px}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.25rem}p{font-size:.95rem}}.footer{background-color:#fff;border-top:1px solid #e0e0e0;margin-top:4rem;padding:3rem 2rem}.footer-container{margin:0 auto;max-width:1400px}.footer-content{align-items:center;display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-between;margin-bottom:2rem}.footer-brand h3{color:#1a1a1a;font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.footer-brand p{color:#999;font-size:.9rem;margin:0}.footer-links{gap:2rem}.footer-links a{color:#9d00ff;font-size:.85rem;font-weight:500;text-decoration:none;text-transform:uppercase;transition:color .3s ease}.footer-links a:hover{color:#7a00cc}.footer-copyright{border-top:1px solid #e0e0e0;color:#999;font-size:.85rem;padding-top:1.5rem;text-align:center}@media (max-width:768px){.footer{padding:2rem 1rem}.footer-content{flex-direction:column;text-align:center}.footer-content,.footer-links{justify-content:center}}#root,body,html{background:linear-gradient(135deg,#667eea,#fff)!important}button.btn-primary-home{background-color:#9d00ff;color:#fff}button.btn-primary-home:hover{background-color:#7a00cc;box-shadow:0 4px 16px #0000001f;transform:translateY(-2px)}button.btn-secondary-home{background-color:#fff;border:2px solid #9d00ff;color:#1a1a1a}button.btn-secondary-home:hover{background-color:#f5f5f5;transform:translateY(-2px)}.home-page{width:100%}.hero-section{background-color:#f5f5f5;padding:4rem 2rem 1rem}.hero-section h1{color:#1a1a1a;font-size:3.5rem;margin-bottom:1.5rem}.hero-section .highlight{color:#9d00ff}.hero-badge{background-color:#9d00ff;border-radius:50px;color:#fff;display:inline-block;font-size:.75rem;font-weight:700;margin-bottom:1rem;padding:.5rem 1rem;text-transform:uppercase}.hero-subheading{font-size:1.1rem;line-height:1.6;margin-bottom:2rem;max-width:600px}.hero-buttons{display:flex;flex-wrap:wrap;gap:1rem}.product-preview-section{background-color:#fff;padding:3rem 2rem}.preview-card{background-color:#fff;border:1px solid #e0e0e0;border-radius:1rem;box-shadow:0 2px 8px #00000014;padding:2rem}.preview-header{align-items:center;display:flex;gap:1rem;margin-bottom:1.5rem}.preview-icon{font-size:2rem}.preview-badge{background-color:#9d00ff;border-radius:.25rem;color:#fff;font-size:.75rem;font-weight:700;padding:.4rem .8rem;text-transform:uppercase}.preview-feature-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));margin-bottom:1.5rem}.feature-item{text-align:center}.feature-icon{font-size:2.5rem;margin-bottom:.5rem}.feature-item p{font-size:.9rem;margin:0}.preview-description{color:#666;font-size:.95rem;margin:0}.care-partner-section{background-color:#f5f5f5;padding:4rem 2rem}.care-partner-grid{grid-gap:3rem;align-items:center;display:grid;gap:3rem;grid-template-columns:6fr 4fr}.care-partner-text h2{color:#1a1a1a;margin-bottom:1rem}.care-partner-bullets{list-style:none;margin:1.5rem 0}.care-partner-bullets li{align-items:flex-start;color:#555;display:flex;gap:1rem;margin-bottom:1rem}.bullet-icon{color:#9d00ff;flex-shrink:0;font-weight:700}.home-placeholder-large{border-radius:1rem;height:400px;width:100%}.device-section{background-color:#1a1a1a;color:#fff;padding:4rem 2rem}.device-header{margin-bottom:3rem;text-align:center}.device-header h2{color:#fff;font-size:2rem}.device-header p{color:#fffc;margin:1rem auto;max-width:600px}.device-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.device-card{background-color:#ffffff1a;border-radius:1rem;padding:2rem;text-align:center}.device-image{height:400px;margin-bottom:1.5rem;object-fit:contain;width:100%}.device-icon{font-size:2.5rem;margin-bottom:1rem}.device-card h3{color:#fff;margin-bottom:.5rem}.device-card p{color:#fffc;margin:0}.impact-section{background-color:#f5f5f5;padding:4rem 2rem}.impact-title{color:#1a1a1a;margin-bottom:3rem;text-align:center}.stats-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.stat-card{background-color:#e8e8e8;border-radius:1rem;color:#1a1a1a;padding:2rem;text-align:center}.stat-card.highlighted{background-color:#9d00ff;color:#fff}.stat-number{font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.stat-label{font-size:.85rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.trust-section{background-color:#fff;padding:4rem 2rem}.trust-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1fr;margin-bottom:3rem}.trust-text h2{color:#1a1a1a;margin-bottom:1rem}.trust-badges{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(2,1fr)}.trust-badge{background-color:#f0f0f0;border-radius:.75rem;padding:1.5rem;text-align:center}.badge-icon{font-size:2rem;margin-bottom:.5rem}.trust-badge p{font-size:.85rem;font-weight:600;margin:0;text-transform:uppercase}.trust-visual{margin-top:2rem}.image-placeholder-medium{background:linear-gradient(135deg,#4a4a4a,#2a2a2a);height:300px;width:100%}.testimonial-section{background-color:#f5f5f5;padding:4rem 2rem}.testimonial-card{background-color:#fff;border-radius:1rem;box-shadow:0 2px 8px #00000014;margin:0 auto;max-width:700px;padding:3rem;text-align:center}.testimonial-avatar{background-color:#e8e8e8;border-radius:50%;height:80px;margin:0 auto 1.5rem;width:80px}.testimonial-quote{color:#1a1a1a;font-size:1.3rem;font-style:italic;line-height:1.8;margin-bottom:1.5rem}.testimonial-author{color:#1a1a1a;font-weight:600;margin:0 0 .5rem}.testimonial-title{color:#999;font-size:.9rem;margin:0}.final-cta-section{background-color:#9d00ff;color:#fff;padding:4rem 2rem;text-align:center}.final-cta-section h2{color:#fff;margin-bottom:1rem}.final-cta-section p{color:#ffffffe6;margin:1rem auto 2rem;max-width:600px}.cta-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.final-cta-section .btn-primary{background-color:#fff;color:#9d00ff}.final-cta-section .btn-primary:hover{background-color:#f5f5f5}.final-cta-section .btn-secondary{background-color:initial;border-color:#fff;color:#fff}.final-cta-section .btn-secondary:hover{background-color:#ffffff1a}@media (max-width:768px){h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.25rem}p{font-size:.95rem}.hero-section h1{font-size:2.5rem}.hero-section{padding:2rem 1rem}.container{padding:0 1rem}.care-partner-grid{gap:2rem;grid-template-columns:1fr}.care-partner-image{left:50%;margin-left:-50vw;margin-right:-50vw;position:relative;right:50%;width:100vw}.home-placeholder-large{border-radius:0;display:block;height:auto;min-height:250px;width:100%}.trust-content{grid-template-columns:1fr}.trust-badges{grid-template-columns:repeat(2,1fr)}.device-grid,.stats-grid{grid-template-columns:1fr}.care-partner-section,.device-section,.final-cta-section,.impact-section,.testimonial-section,.trust-section{padding:2rem 1rem}.cta-buttons,.hero-buttons{flex-direction:column}.cta-buttons button,.hero-buttons button{width:100%}.testimonial-card{padding:1.5rem}.device-header h2{font-size:1.5rem}}.team-page{width:100%}.team-header-section{background-color:#f5f5f5;padding:4rem 2rem}.team-header-section h1{color:#1a1a1a;font-size:3rem;margin-bottom:1.5rem}.team-intro{color:#555;font-size:1.1rem;line-height:1.8;max-width:800px}.team-cards-section{background-color:#fff;padding:4rem 2rem}.team-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.team-card{background-color:#fff;border-radius:1rem;box-shadow:0 2px 8px #00000014;overflow:hidden;transition:all .3s ease}.team-card:hover{box-shadow:0 4px 16px #0000001f;transform:translateY(-5px)}.team-card-image{background-color:#e8e8e8;height:300px;overflow:hidden;position:relative}.image-placeholder{align-items:center;background:linear-gradient(135deg,#4a4a4a,#2a2a2a);color:#ffffff4d;display:flex;font-size:1rem;height:100%;justify-content:center;width:100%}.team-member-image{display:block;height:100%;object-fit:cover;object-position:center;width:100%}.team-badge{background-color:#9d00ff;border-radius:.25rem;bottom:1rem;color:#fff;font-size:.7rem;font-weight:700;left:1rem;padding:.5rem 1rem;position:absolute;text-transform:uppercase}.team-card-content{padding:1.5rem}.team-card-content h3{color:#1a1a1a;font-size:1.3rem;margin-bottom:.5rem}.team-role{color:#9d00ff;font-size:.95rem;font-weight:600;margin-bottom:1rem}.team-bio{color:#666;font-size:.95rem;line-height:1.6;margin:0}.philosophy-section{background-color:#f5f5f5;padding:4rem 2rem}.philosophy-grid{grid-gap:3rem;align-items:center;display:grid;gap:3rem;grid-template-columns:1fr 1fr}.philosophy-image{order:-1}.image-placeholder-large{background:linear-gradient(135deg,#1e7a8a,#0d4a52);border-radius:1rem;height:400px;width:100%}.philosophy-label{background-color:#9d00ff;border-radius:50px;color:#fff;display:inline-block;font-size:.75rem;font-weight:700;margin-bottom:1rem;padding:.5rem 1rem;text-transform:uppercase}.philosophy-content h2{color:#1a1a1a;font-size:2.5rem;margin-bottom:1.5rem}.philosophy-content p{color:#555;font-size:1.05rem;line-height:1.8;margin-bottom:0}@media (max-width:768px){h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.25rem}p{font-size:.95rem}.team-header-section{padding:2rem 1rem}.team-header-section h1{font-size:2.5rem}.team-cards-section{padding:2rem 1rem}.team-grid{grid-template-columns:1fr}.philosophy-section{padding:2rem 1rem}.philosophy-grid{grid-template-columns:1fr}.philosophy-image{order:0}.image-placeholder-large{height:150px}.philosophy-content h2{font-size:2rem}.join-cta-section{padding:2rem 1rem}.join-card{padding:2rem 1.5rem}.container{padding:0 1rem}}button.btn2-primary{background-color:#9d00ff;color:#fff}button.btn2-primary:hover{background-color:#7a00cc!important;box-shadow:0 4px 16px #0000001f;transform:translateY(-2px)}.contact-page{width:100%}.contact-header-section{background-color:#fff;border-bottom:1px solid #e0e0e0;padding:3rem 2rem}.contact-label{color:#9d00ff;display:inline-block;font-size:.75rem;font-weight:700;margin-bottom:1rem;text-transform:uppercase}.contact-header-section h1{color:#1a1a1a;font-size:3rem;margin-bottom:1.5rem}.contact-header-section .highlight{color:#9d00ff}.contact-intro{color:#666;font-size:1.1rem;max-width:600px}.contact-form-section{background-color:#f5f5f5;padding:4rem 2rem}.contact-grid{grid-gap:3rem;align-items:flex-start;display:grid;gap:3rem;grid-template-columns:1.2fr 1fr}.contact-form-area{background-color:#fff;border-radius:1rem;padding:2rem}.contact-form{gap:1.5rem}.contact-form,.form-group{display:flex;flex-direction:column}.form-group{gap:.5rem}.form-group label{color:#1a1a1a;font-size:.75rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.form-group input,.form-group select,.form-group textarea{background-color:#e8e8e8;border:none;border-radius:.5rem;color:#1a1a1a;font-family:inherit;font-size:1rem;margin-bottom:0;padding:1rem;transition:background-color .3s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{background-color:#d0d0d0;outline:none}.form-group input::placeholder,.form-group textarea::placeholder{color:#999}.form-group textarea{min-height:120px;resize:vertical}.success-message{background-color:#e8f5e9;border-left:4px solid #4caf50;border-radius:.25rem;color:#2e7d32;font-weight:500;margin:0;padding:1rem}.contact-details-area{display:flex;flex-direction:column;gap:1.5rem}.direct-channels-card{background-color:#fff;border-radius:1rem;box-shadow:0 2px 8px #00000014;padding:2rem}.direct-channels-card h3{color:#1a1a1a;font-size:1.5rem;margin-bottom:.5rem}.direct-channels-card>p{color:#666;font-size:.95rem;line-height:1.6;margin-bottom:1.5rem}.channels-list{display:flex;flex-direction:column;gap:1.5rem}.channel-item{align-items:flex-start;background-color:#f0f0f0;border-radius:.5rem;display:flex;gap:1rem;padding:1rem}.channel-icon{flex-shrink:0;font-size:1.5rem}.channel-content{flex:1 1}.channel-label{color:#9d00ff;display:block;font-size:.75rem;font-weight:700;letter-spacing:.05em;margin-bottom:.25rem;text-transform:uppercase}.channel-title{color:#1a1a1a;font-size:1rem;font-weight:600;margin:0 0 .25rem}.channel-details{color:#999;font-size:.85rem;margin:0}.map-section{background-color:#fff;padding:3rem 2rem}.map-placeholder{background:linear-gradient(135deg,#b0c4d1,#7a9baa);border-radius:1rem;height:400px;justify-content:center;overflow:hidden;position:relative;width:100%}.map-marker,.map-placeholder{align-items:center;display:flex}.map-marker{background-color:#fff;border-radius:.75rem;box-shadow:0 4px 12px #00000026;gap:1rem;max-width:300px;padding:1.5rem}.marker-pin{flex-shrink:0;font-size:2rem}.marker-content h4{color:#1a1a1a;font-size:1.1rem;margin:0 0 .5rem}.marker-content p{color:#666;font-size:.9rem;line-height:1.4;margin:.25rem 0}@media (max-width:1024px){.contact-grid{grid-template-columns:1fr}}@media (max-width:768px){h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.25rem}p{font-size:.95rem}.contact-header-section{padding:2rem 1rem}.contact-header-section h1{font-size:2.5rem}.contact-form-section{padding:2rem 1rem}.contact-form-area,.direct-channels-card{padding:1.5rem}.container{padding:0 1rem}.map-placeholder{height:300px}.contact-grid{grid-template-columns:1fr}.contact-form{gap:1rem}.form-group input,.form-group select,.form-group textarea{padding:.875rem}.channel-item{padding:.75rem}.map-marker{flex-direction:column;text-align:center}}#root,body,html{height:100%;width:100%}body{-moz-osx-font-smoothing:grayscale;background-color:#f5f5f5;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2}h1{font-size:3.5rem}h1,h2{margin-bottom:1rem}h2{font-size:2.5rem}h3{font-size:1.5rem;margin-bottom:.75rem}p{color:#555;font-size:1rem;line-height:1.6;margin-bottom:1rem}a{color:inherit;text-decoration:none}button{border:none;border-radius:50px;cursor:pointer;font-family:inherit;font-size:1rem;font-weight:600;padding:.875rem 2rem;transition:all .3s ease}button.btn-primary{background-color:#9d00ff;color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif!important}button.btn-primary:hover{background-color:#7a00cc;box-shadow:0 4px 16px #0000001f;transform:translateY(-2px)}button.btn-secondary{background-color:#fff;border:2px solid #9d00ff;color:#1a1a1a}button.btn-secondary:hover{background-color:#f5f5f5;transform:translateY(-2px)}input,select,textarea{background-color:#e8e8e8;border:none;border-radius:.5rem;color:#1a1a1a;font-family:inherit;font-size:1rem;margin-bottom:1rem;padding:.875rem 1rem;transition:background-color .3s ease;width:100%}input:focus,select:focus,textarea:focus{background-color:#ddd;outline:none}textarea{min-height:150px;resize:vertical}.privacy-page{width:100%}.container{margin:0 auto;max-width:1400px;padding:0 2rem}.privacy-header-section{background-color:#f5f5f5;border-bottom:1px solid #e0e0e0;padding:5rem 2rem}.privacy-badge{background-color:#9d00ff;border-radius:50px;color:#fff;display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:.05em;margin-bottom:1.5rem;padding:.5rem 1rem;text-transform:uppercase}.privacy-title{color:#1a1a1a;font-size:3.5rem;font-weight:700;line-height:1.2;margin-bottom:1rem}.privacy-subtitle{color:#555;font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem;max-width:700px}.privacy-updated{color:#999;font-size:.9rem;font-style:italic}.privacy-divider{background-color:#e0e0e0;height:1px;margin:0;width:100%}.privacy-content-section{background-color:#fff;padding:4rem 2rem}.privacy-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:280px 1fr}.privacy-sidebar{height:fit-content;position:sticky;top:100px}.privacy-contents{background-color:#f5f5f5;border-left:4px solid #9d00ff;border-radius:.75rem;padding:2rem}.contents-heading{color:#1a1a1a;display:block;font-size:.85rem;font-weight:700;letter-spacing:.05em;margin-bottom:1.5rem;text-transform:uppercase}.contents-list,.contents-nav{list-style:none}.contents-list{margin:0;padding:0}.contents-list li{margin-bottom:.75rem}.contents-link{border-left:3px solid #0000;color:#555;display:block;font-size:.95rem;margin-left:-.75rem;padding:.5rem .75rem;text-decoration:none;transition:all .3s ease}.contents-link.active,.contents-link:hover{border-left-color:#9d00ff;color:#9d00ff}.contents-link.active{background-color:#9d00ff0d;font-weight:600}.privacy-main{padding-left:2rem}.privacy-section{border-bottom:1px solid #f0f0f0;margin-bottom:3.5rem;padding-bottom:3rem}.privacy-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.section-number{align-items:center;background-color:#9d00ff;border-radius:50%;color:#fff;display:inline-block;display:flex;font-size:1.1rem;font-weight:700;height:40px;justify-content:center;margin-bottom:1rem;width:40px}.section-title{color:#1a1a1a;font-size:1.75rem;font-weight:700;margin-bottom:1.5rem}.section-content{display:flex;flex-direction:column;gap:1.5rem}.section-paragraph{color:#555;font-size:1rem;line-height:1.8;margin:0;max-width:750px}@media (max-width:768px){h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.25rem}p{font-size:.95rem}.privacy-header-section{padding:3rem 1rem}.privacy-title{font-size:2.5rem}.privacy-subtitle{font-size:1rem;max-width:100%}.privacy-content-section{padding:2rem 1rem}.container{padding:0 1rem}.privacy-grid{gap:2rem;grid-template-columns:1fr}.privacy-sidebar{position:static;top:auto}.privacy-contents{background-color:#f5f5f5;margin-bottom:2rem;padding:1.5rem}.contents-heading{font-size:.75rem}.contents-link{font-size:.9rem;padding:.4rem .5rem}.privacy-main{padding-left:0}.privacy-section{margin-bottom:2.5rem;padding-bottom:2rem}.section-title{font-size:1.5rem;margin-bottom:1rem}.section-paragraph{font-size:.95rem;line-height:1.7;max-width:100%}.section-number{font-size:1rem;height:36px;width:36px}}@media (max-width:600px){.privacy-header-section{padding:2rem 1rem}.privacy-title{font-size:2rem;margin-bottom:.75rem}.privacy-subtitle{font-size:.95rem;margin-bottom:1rem}.privacy-badge{font-size:.7rem;padding:.4rem .8rem}.privacy-contents{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.contents-heading{grid-column:1/-1;margin-bottom:.75rem}.privacy-section{margin-bottom:2rem;padding-bottom:1.5rem}.section-title{font-size:1.3rem}.section-paragraph{font-size:.9rem;max-width:100%}}*{box-sizing:border-box;margin:0;padding:0}#root,body,html{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;min-height:100vh}.app{align-items:center;background-color:#f5f5f5;display:flex;justify-content:center;min-height:100vh;padding:20px;width:100%}.app-container{height:100%;max-width:500px}.app-container,.chat-container{background:#fff;border-radius:20px;box-shadow:0 20px 60px #0000004d;overflow:hidden;width:100%}.chat-container{display:flex;flex-direction:column;height:90vh;margin:auto;max-height:700px;max-width:700px}.header1{background:#fff;border-bottom:1px solid #e0e0e0;color:#fff;padding:24px;text-align:center}.header1 h1{color:#9d00ff;font-size:24px;margin-bottom:8px}.header1 p{color:#000;font-size:14px;opacity:.9}.mrn-input{padding:32px}.mrn-input h2{color:#333;font-size:20px;margin-bottom:8px}.mrn-input p{color:#666;font-size:14px;margin-bottom:24px}.mrn-field{border:2px solid #ddd;border-radius:8px;font-size:16px;margin-bottom:16px;padding:14px;transition:border-color .2s;width:100%}.mrn-field:focus{border-color:#667eea;outline:none}.btn-primary{background:#667eea;border-radius:8px;font-size:16px;padding:14px;transition:background .2s;width:100%}.btn-primary:hover{background:#5568d3}.disclaimer{background:#fff3cd;border:1px solid #ffc107;border-radius:8px;color:#856404;font-size:12px;margin-top:16px;padding:12px;text-align:center}.footer-links{align-items:center;border-top:1px solid #e0e0e0;display:flex;gap:12px;justify-content:center;padding:16px}.privacy-link{color:#667eea;font-size:13px;font-weight:500;text-decoration:none;transition:color .2s}.privacy-link:hover{color:#764ba2;text-decoration:underline}.messages{background:#fff;display:flex;flex:1 1;flex-direction:column;gap:12px;overflow-y:auto;padding:20px}.message{word-wrap:break-word;background:#9d00ff;border-radius:16px;color:#fff;font-size:15px;line-height:1.5;max-width:75%;overflow-wrap:break-word;padding:12px 16px;word-break:break-word}.message.user{align-self:flex-end;background:#f5f5f5;border-bottom-right-radius:4px;color:#000}.message.model{background:grey;color:#333}.message.assistant,.message.model{align-self:flex-start;border-bottom-left-radius:4px;box-shadow:0 1px 2px #0000001a}.message.assistant{background:#9d00ff;color:#fff}.message.typing{display:flex;gap:4px;padding:16px}.message.typing span{animation:typing 1.4s infinite;background:#999;border-radius:50%;height:8px;width:8px}.message.typing span:nth-child(2){animation-delay:.2s}.message.typing span:nth-child(3){animation-delay:.4s}@keyframes typing{0%,60%,to{opacity:.3;transform:translateY(0)}30%{opacity:1;transform:translateY(-8px)}}.chat-input-container{align-items:flex-start;background:#fff;border-top:1px solid #e0e0e0;display:flex;gap:8px;padding:16px}.chat-input{border:1px solid #ddd;border-radius:24px;flex:1 1;font-family:inherit;font-size:15px;height:44px;line-height:1.5;max-height:120px;min-height:44px;overflow:hidden;padding:12px 16px;resize:none;transition:border-color .2s}.chat-input:focus{border-color:#667eea;outline:none}.btn-voice{background:#9d00ff;border:none;border-radius:50%;color:#fff;cursor:pointer;flex-shrink:0;font-size:20px;height:48px;padding:0;transition:all .2s;width:48px}.btn-voice:hover{background:#c66aff;transform:scale(1.05)}.btn-voice.recording{animation:pulse 1.5s infinite;background:#f44336}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.btn-send{align-items:center;background:#9d00ff;border:none;border-radius:24px;color:#fff;cursor:pointer;display:flex;flex-shrink:0;font-size:15px;font-weight:600;height:48px;padding:0 24px;transition:background .2s}.btn-send:hover{background:#c66aff}.messages::-webkit-scrollbar{width:8px}.messages::-webkit-scrollbar-track{background:#f1f1f1}.messages::-webkit-scrollbar-thumb{background:#ccc;border-radius:4px}.messages::-webkit-scrollbar-thumb:hover{background:#999}@media (max-width:768px){.app{padding:0}.chat-container{box-shadow:none;height:100vh}.app-container,.chat-container{border-radius:0;max-height:100vh}.header1{padding:40px 20px 0}.header1 h1{font-size:20px}.header1 p{font-size:13px}.messages{padding:16px}.message{word-wrap:break-word;font-size:16px;max-width:85%;overflow-wrap:break-word;word-break:break-word}.chat-input-container{padding:12px}.chat-input{font-size:16px;padding:14px 16px}.btn-voice{font-size:22px;height:52px;width:52px}.btn-send{font-size:16px;height:52px;padding:0 20px}.mrn-input{padding:24px 20px}.mrn-input h2{font-size:18px}.mrn-field{font-size:16px;padding:16px}.btn-primary{font-size:17px;padding:16px}}@media (max-width:375px){.message{word-wrap:break-word;overflow-wrap:break-word;padding:10px 14px;word-break:break-word}.chat-input,.message{font-size:15px}.btn-voice{height:48px;width:48px}}.privacy-policy-wrapper{align-items:center;background:linear-gradient(135deg,#667eea,#fff);box-sizing:border-box;display:flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;justify-content:center;min-height:100vh;padding:40px 20px}.privacy-policy-container{background:#fff;border-radius:12px;box-shadow:0 10px 30px #0000001a;box-sizing:border-box;display:flex;flex-direction:column;height:auto;max-width:620px;padding:40px;width:100%}.privacy-policy-header{margin-bottom:10px;text-align:center}.privacy-policy-logo{display:block;height:60px;margin-bottom:16px;margin-left:auto;margin-right:auto;object-fit:contain;width:120px}.privacy-policy-eyebrow{color:#9d00ff;display:block;font-size:12px;font-weight:700;letter-spacing:1px;margin-bottom:8px;text-transform:uppercase}.privacy-policy-title{color:#1a1a1a;font-size:28px;font-weight:800;margin-bottom:16px}.privacy-policy-intro{color:#666;font-size:15px;line-height:1.6}.privacy-policy-accordion{margin-bottom:24px}.privacy-policy-accordion-button{align-items:center;background:#f8f9fa;border:1px solid #eee;border-radius:8px;color:#333;cursor:pointer;display:flex;font-family:inherit;font-weight:600;justify-content:space-between;padding:16px 20px;width:100%}.privacy-policy-content-wrapper{border:1px solid #eee;border-bottom-left-radius:8px;border-bottom-right-radius:8px;border-top:none;display:grid;grid-template-rows:0fr;overflow:hidden;transition:grid-template-rows .5s cubic-bezier(.4,0,.2,1)}.privacy-policy-content-wrapper.expanded{grid-template-rows:1fr}.privacy-policy-content-inner{max-height:350px;min-height:0;overflow-y:auto}.privacy-policy-section{border-bottom:1px solid #f0f0f0;padding:20px}.privacy-policy-section:last-child{border-bottom:none}.privacy-policy-subtitle{font-size:16px;font-weight:700;margin-bottom:8px}.privacy-policy-text{color:#555;font-size:14px;line-height:1.5;margin-bottom:10px}.privacy-policy-text:last-child{margin-bottom:0}.accordion-icon{color:#9d00ff;font-size:20px;font-weight:700}.privacy-policy-footer{align-items:center;display:flex;flex-direction:column;margin-top:10px;width:100%}.privacy-policy-consent-row{align-items:center;display:flex;justify-content:center;margin-bottom:24px;max-width:400px;width:100%}.checkbox-col{flex-shrink:0;padding-right:12px}.label-col{flex-grow:1}.privacy-policy-checkbox{accent-color:#9d00ff;border-radius:4px;cursor:pointer;height:20px;width:20px}.privacy-policy-checkbox-label{color:#444;cursor:pointer;font-size:14px;line-height:1.4}.privacy-policy-link{color:#9d00ff;font-weight:600;text-decoration:none}.privacy-policy-continue-btn{background:#9d00ff;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;max-width:400px;padding:16px;transition:all .2s ease;width:100%}.privacy-policy-continue-btn:hover:not(:disabled){background:#7a00cc;box-shadow:0 4px 12px #9d00ff4d}.privacy-policy-continue-btn:disabled{cursor:not-allowed;opacity:.5}@media (max-width:600px){.privacy-policy-container{padding:24px}}*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--bg:#f5f5f5;--surface:#fff;--border:#e0e0e0;--border-hi:#d0d0d0;--text:#1a1a1a;--text-muted:#666;--accent:#9d00ff;--accent-dim:#7a00cc;--danger:#ff5a4a;--success:#4caf50;--radius:12px;--font-head:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--font-mono:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}body{-webkit-font-smoothing:antialiased;background:#f5f5f5;background:var(--bg);color:#1a1a1a;color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-family:var(--font-mono);font-size:14px;line-height:1.6}.auth-shell,body{min-height:100dvh}.auth-shell{background:#f5f5f5;background:var(--bg);display:grid;padding:24px;place-items:center}.auth-card{background:#fff;background:var(--surface);border:1px solid #e0e0e0;border:1px solid var(--border);border-radius:12px;border-radius:var(--radius);box-shadow:0 2px 8px #00000014;max-width:420px;padding:40px 36px;width:100%}.auth-logo{display:block;height:70px;margin:0 auto 10px;object-fit:contain;width:120px}.auth-eyebrow{color:#9d00ff;color:var(--accent);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-family:var(--font-mono);font-size:12px;font-weight:700;letter-spacing:.18em;margin-bottom:12px;text-transform:uppercase}.auth-title{color:#1a1a1a;color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-family:var(--font-head);font-size:24px;font-weight:500;letter-spacing:-.01em;margin-bottom:28px}.auth-form{gap:18px}.auth-form,.field-group{display:flex;flex-direction:column}.field-group{gap:6px}.field-label{font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.field-input,.field-label{color:#1a1a1a;color:var(--text)}.field-input{background:#f9f9f9;border:1px solid #e0e0e0;border:1px solid var(--border);border-radius:6px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-family:var(--font-mono);font-size:14px;outline:none;padding:10px 12px;transition:border-color .15s,background-color .15s;width:100%}.field-input::placeholder{color:#666;color:var(--text-muted)}.field-input:focus{background-color:#fff;border-color:#9d00ff;border-color:var(--accent)}.field-hint{color:#666;color:var(--text-muted);font-size:11px}.uuid-row{align-items:stretch;display:flex;gap:8px}.uuid-input{flex:1 1;min-width:0}.btn-uuid{flex-shrink:0;height:40px;white-space:nowrap}.btn-primary{background:#9d00ff;background:var(--accent);border:none;border-radius:12px;border-radius:var(--radius);color:#fff;cursor:pointer;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-family:var(--font-mono);font-size:14px;font-weight:600;letter-spacing:.06em;margin-top:4px;padding:12px 20px;transition:all .3s ease}.btn-primary:hover:not(:disabled){background:#7a00cc;background:var(--accent-dim);box-shadow:0 4px 16px #0000001f;transform:translateY(-2px)}.btn-primary:disabled{cursor:not-allowed;opacity:.45}.btn-ghost{background:#0000;border:1px solid #e0e0e0;border:1px solid var(--border);border-radius:12px;border-radius:var(--radius);color:#666;color:var(--text-muted);cursor:pointer;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-family:var(--font-mono);font-size:12px;padding:8px 14px;transition:border-color .15s,color .15s}.btn-ghost:hover{border-color:#d0d0d0;border-color:var(--border-hi);color:#1a1a1a;color:var(--text)}.form-error{background:#ff5a4a0f;border:1px solid #ff5a4a40;color:#ff5a4a;color:var(--danger)}.feedback,.form-error{border-radius:12px;border-radius:var(--radius);font-size:13px;padding:10px 12px}.feedback{border:1px solid #0000}.feedback--success{background:#4caf500f;border-color:#4caf5040;color:#4caf50;color:var(--success)}.feedback--error{background:#ff5a4a0f;border-color:#ff5a4a40;color:#ff5a4a;color:var(--danger)}.auth-switch{color:#666;color:var(--text-muted);font-size:12px;margin-top:24px;text-align:center}.auth-link{color:#9d00ff;color:var(--accent);text-decoration:none}.auth-link:hover{text-decoration:underline}.dash-shell{background:#f5f5f5;background:var(--bg);display:flex;flex-direction:column;min-height:100dvh}.dash-header{align-items:center;background:#fff;background:var(--surface);border-bottom:1px solid #e0e0e0;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;padding:16px 32px;position:sticky;top:0;z-index:10}.dash-logo{color:#9d00ff;color:var(--accent);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-family:var(--font-head);font-size:18px;font-weight:800;letter-spacing:.12em}.dash-user-row{align-items:center;display:flex;gap:14px}.dash-email{color:#666;color:var(--text-muted);font-size:12px}.dash-main{display:grid;flex:1 1;padding:48px 24px;place-items:start center}.dash-card{background:#fff;background:var(--surface);border:1px solid #e0e0e0;border:1px solid var(--border);border-radius:12px;border-radius:var(--radius);box-shadow:0 2px 8px #00000014;max-width:520px;overflow:hidden;width:100%}.dash-card-header{border-bottom:1px solid #e0e0e0;border-bottom:1px solid var(--border);padding:24px 24px 5px;position:relative}.dash-card-title{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-family:var(--font-head);font-size:22px;font-weight:700;margin-bottom:6px}.dash-card-sub{color:#666;color:var(--text-muted);font-size:12px;line-height:1.5}.dash-card .auth-form{padding:28px 36px 32px}.phone-input-combo{align-items:center;background-color:#f5f5f5;border:1px solid #e0e0e0;border:1px solid var(--border);border-radius:.5rem;display:flex;height:40px;padding:0 1rem;width:100%}.phone-prefix{color:#1a1a1a;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif!important;font-size:.85rem;font-weight:500;padding-right:.5rem}.phone-divider{color:#ccc;font-size:1.2rem;padding-right:.75rem;-webkit-user-select:none;user-select:none}.phone-main-input{background:#0000!important;border:none!important;color:#1a1a1a;flex:1 1;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif!important;font-size:.85rem;height:50px;margin:0!important;outline:none!important;padding:0!important}.phone-input-combo:focus-within{background-color:#fff;border-color:#9d00ff}.btn-reset-form{align-items:center;background:#0000;border:2px solid #9d00ff;border:2px solid var(--accent);border-radius:50%;color:#9d00ff;color:var(--accent);cursor:pointer;display:flex;height:32px;justify-content:center;padding:0;position:absolute;right:20px;top:20px;transition:all .2s ease;width:32px}.btn-reset-form:hover{background-color:#9d00ff;background-color:var(--accent);color:#fff;transform:rotate(90deg)}.refresh-icon{font-size:20px;font-weight:700;line-height:1;margin-top:-2px}@media (max-width:600px){.dash-email{display:none!important}.dash-user-row{align-items:center;gap:0}.dash-header,.dash-user-row{display:flex!important;flex-direction:row!important}.dash-header{height:60px;justify-content:space-between!important;padding:0 20px}}
/*# sourceMappingURL=main.96a77497.css.map*/