body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.chat-container{display:flex;flex-direction:column;height:100vh}.chat-header{align-items:center;background-color:#f5f5f5;justify-content:space-between}.chat-box,.chat-header{display:flex;padding:1rem}.chat-box{background-color:#fff;flex:1 1;flex-direction:column;overflow-y:auto}.message{border-radius:10px;margin-bottom:.5rem;max-width:80%;padding:.5rem 1rem}.message.user{align-self:flex-end;background-color:#dcf8c6}.message.assistant{align-self:flex-start;background-color:#f1f0f0}.input-box{align-items:flex-end;background-color:#f5f5f5;display:flex;gap:.5rem;padding:.5rem}.text-area{border:1px solid #ccc;border-radius:5px;flex:1 1;font-size:1rem;line-height:1.5rem;max-height:200px;min-height:3rem;overflow-y:auto;padding:.5rem;resize:none}.send-button{background-color:#007bff;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1rem;height:3rem;padding:0 1rem}.send-button:disabled{background-color:#a0a0a0;cursor:not-allowed}.App{background-color:#0a224e;color:#fff;display:flex;flex-direction:column;min-height:100vh;text-align:center}.App-header{margin:0 auto}.btn{background-color:#0064c8;border-radius:5px;color:#fff;margin-top:20px;padding:10px 20px}.btn:hover{background-color:#0359b6}.hamburger-menu{left:1.5rem;position:fixed;top:1.5rem;z-index:1000}.hamburger-button{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#051329e6;border:1px solid #a0c4ff33;border-radius:8px;cursor:pointer;display:flex;flex-direction:column;gap:5px;height:40px;justify-content:center;padding:0;transition:all .3s ease;width:40px}.hamburger-button:hover{background:#051329;border-color:#d7af0080}.hamburger-button span{background:#d7af00;border-radius:2px;height:2px;transition:all .3s ease;width:20px}.hamburger-nav{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#051329fa;border:1px solid #a0c4ff33;border-radius:8px;box-shadow:0 10px 40px #00000080;display:flex;flex-direction:column;left:0;min-width:200px;opacity:0;padding:1rem;pointer-events:none;position:absolute;top:0;transform:translateX(-10px);transition:all .3s ease}.hamburger-nav.visible{opacity:1;pointer-events:all;transform:translateX(0)}.hamburger-nav .nav-item{background:#0000;border:none;border-radius:6px;box-sizing:border-box;color:#a0c4ff;cursor:pointer;display:block;font-size:1rem;font-weight:500;margin-bottom:.5rem;padding:.75rem 1rem;text-align:left;text-decoration:none;transition:all .3s ease}.hamburger-nav .nav-item:last-child{margin-bottom:0}.hamburger-nav .nav-item:hover{background:#a0c4ff1a;color:#d7af00}.hamburger-nav .nav-cta-button{background:linear-gradient(135deg,#0064c8,#0084ff);box-shadow:0 2px 10px #0064c84d;color:#fff;font-weight:600;margin-top:.5rem}.hamburger-nav .nav-cta-button:hover{background:linear-gradient(135deg,#0084ff,#00a0ff);box-shadow:0 4px 15px #0064c880;transform:translateY(-1px)}.home{background-color:#0a224e;color:#fff;min-height:100vh}.hero{align-items:center;background:linear-gradient(135deg,#0a224e,#1a3a6e);display:flex;justify-content:center;min-height:30vh;padding:1.5rem 2rem .5rem}.hero-content{max-width:800px;text-align:center}.hero-content canvas{margin:0 auto}.hero-title{-webkit-text-fill-color:#0000;animation:gradientShift 8s ease infinite;background:linear-gradient(90deg,#fff,#a0c4ff,#b4d0fc,#fff);-webkit-background-clip:text;background-clip:text;background-size:200% 100%;font-size:4rem;font-weight:700;margin-bottom:.25rem}@keyframes gradientShift{0%,to{background-position:0 50%}50%{background-position:100% 50%}}.hero-subtitle{color:#a0c4ff;font-size:1.5rem;font-weight:300;margin-bottom:.25rem}.hero-description{color:#a0c4ff;font-size:1.05rem;line-height:1.4;margin-bottom:0;padding-bottom:1rem}.features{background-color:#051329;padding:2rem}.features-container{margin:0 auto;max-width:1200px}.section-title{color:#fff;font-size:2.5rem;margin-bottom:1.5rem;text-align:center}.features-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(4,1fr);margin-top:0}.feature-card{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;cursor:pointer;display:block;padding:1.5rem;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease}.feature-card:hover{border-color:#a0c4ff4d;box-shadow:0 10px 30px #0064c84d;transform:translateY(-5px)}.feature-card h3{color:#a0c4ff;font-size:1.1rem;margin-bottom:.5rem}.feature-card p{color:#d0e0f0;font-size:.9rem;line-height:1.5}.philosophy{background-color:#051329;padding:2rem}.philosophy-container{margin:0 auto;max-width:900px}.philosophy-content{margin-top:1.5rem}.philosophy-quote{background:#0064c81a;border-left:4px solid #0064c8;border-radius:8px;color:#d7af00;font-size:1.4rem;font-style:italic;line-height:1.6;margin:0 auto 2rem;padding:2rem 2rem 1rem;text-align:center}.philosophy-quote cite{color:#8a9fb8;display:block;font-size:1rem;font-style:normal;font-weight:600;margin-top:1rem}.philosophy-text{color:#d0e0f0;font-size:1.1rem;line-height:1.7;margin-bottom:1.5rem;text-align:left}.philosophy-text em{color:#a0c4ff;font-style:italic}.examples{background-color:#0a224e;padding:2rem}.examples-container{margin:0 auto;max-width:1400px}.examples-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin-top:0}.example-card{background:#ffffff08;border:1px solid #ffffff1a;border-radius:12px;display:flex;flex-direction:column;overflow:hidden;padding:2rem}.example-title{color:#a0c4ff;font-size:1.1rem;line-height:1.4;margin-bottom:1rem;text-align:center}.example-card pre{margin:0}.example-description{border-top:1px solid #a0c4ff33;margin-top:1.5rem;padding-top:1.5rem}.example-description p{color:#d0e0f0;font-size:.95rem;line-height:1.6;margin-bottom:.75rem}.example-description ul{list-style:none;margin:0;padding:0}.example-description li{color:#a0c4ff;font-size:.9rem;line-height:1.8;padding-left:1.5rem;position:relative}.example-description .feature-link{color:inherit;text-decoration:none;transition:color .2s ease}.example-description .feature-link:hover{color:#d7af00}.example-title .title-link{color:inherit;text-decoration:none;transition:color .2s ease}.example-title .title-link:hover{color:#d7af00}.example-description li:before{color:#d7af00;content:"→";left:0;position:absolute}.ui-showcase{background-color:#0a224e;padding:2rem}.ui-showcase-container{margin:0 auto;max-width:1400px}.ui-showcase-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(2,1fr);margin-top:0}.ui-showcase-card{background:#0a224e;border:1px solid #a0c4ff33;border-radius:12px;overflow:hidden;padding:1.5rem}.ui-showcase-image{border-radius:8px;display:block;height:auto;width:100%}.cta{background:linear-gradient(135deg,#1a3a6e,#0a224e);padding:2rem;text-align:center}.cta-content{margin:0 auto;max-width:600px}.cta h2{font-size:2.5rem;margin-bottom:1rem;margin-top:0}.cta p{color:#d0e0f0;font-size:1.25rem;margin-bottom:2rem}.footer{background-color:#051329;border-top:1px solid #a0c4ff1a;padding:1.5rem;text-align:center}.footer p{color:#d7af00;font-size:.9rem;margin:0}.btn{border:none;border-radius:8px;cursor:pointer;font-size:1.1rem;font-weight:600;letter-spacing:.5px;padding:1rem 2.5rem;text-transform:uppercase;transition:all .3s ease}.btn-primary{background:linear-gradient(135deg,#0064c8,#0084ff);box-shadow:0 4px 15px #0064c866;color:#fff}.btn-primary:hover{background:linear-gradient(135deg,#0084ff,#00a0ff);box-shadow:0 6px 20px #0064c899;transform:translateY(-2px)}@media (max-width:768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.25rem}.hero-description{font-size:1rem}.section-title{font-size:2rem}.features-grid{grid-template-columns:1fr}.feature-card h3{font-size:1.1rem}.feature-card p{font-size:.85rem}.examples-grid{grid-template-columns:1fr}.example-card{min-width:auto}.example-title{font-size:1rem;min-height:auto}.logo-placeholder{height:150px;width:150px}.ui-showcase-grid{grid-template-columns:1fr}.philosophy-quote{font-size:1.1rem;padding:1.5rem 1rem .75rem}.philosophy-text{font-size:1rem}}@media (min-width:769px) and (max-width:1200px){.examples-grid,.features-grid{grid-template-columns:repeat(2,1fr)}}.about{background-color:#0a224e;color:#fff;min-height:100vh}.about-hero{background:linear-gradient(135deg,#0a224e,#1a3a6e);padding:3rem 2rem 2rem;text-align:center}.about-hero-content{margin:0 auto;max-width:800px}.about-hero h1{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#fff,#a0c4ff);-webkit-background-clip:text;background-clip:text;font-size:3.5rem;font-weight:700;margin-bottom:.5rem}.about-subtitle{color:#d7af00;font-size:1.5rem;font-weight:300;margin:0}.about-container{margin:0 auto;max-width:1000px;padding:0 2rem}.about-section-title{color:#fff;font-size:2.5rem;margin-bottom:2rem;text-align:center}.about-story{background-color:#0a224e;padding:3rem 0}.about-text{color:#d0e0f0;font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem}.about-team{background-color:#051329;padding:3rem 0}.team-photo-container{margin:2rem 0 3rem;text-align:center}.team-photo{border:2px solid #a0c4ff4d;border-radius:12px;box-shadow:0 10px 40px #0000004d;height:auto;max-width:600px;width:100%}.team-members{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(2,1fr);margin-top:2rem}.team-member{align-content:start;background:#ffffff08;border:1px solid #ffffff1a;border-radius:12px;display:grid;grid-template-rows:auto 1fr auto;padding:2rem}.team-member h3{color:#d7af00;font-size:1.8rem;margin-bottom:1rem}.member-bio{color:#d0e0f0;font-size:1rem;line-height:1.7;margin-bottom:1.5rem}.member-links{align-self:end;display:flex;flex-wrap:wrap;gap:1.5rem}.member-links a{color:#a0c4ff;font-size:.95rem;font-weight:600;text-decoration:none;transition:color .3s ease}.member-links a:hover{color:#d7af00}.about-philosophy{background-color:#0a224e;padding:3rem 0}.about-quote{background:#0064c81a;border-left:4px solid #0064c8;border-radius:8px;color:#d7af00;font-size:1.4rem;font-style:italic;line-height:1.6;margin:0 auto 2.5rem;padding:2rem 2rem 1rem;text-align:center}.about-quote cite{color:#8a9fb8;display:block;font-size:1rem;font-style:normal;font-weight:600;margin-top:1rem}.about-research{background-color:#051329;padding:3rem 0}.about-list{list-style:none;margin:2rem 0;padding:0}.about-list li{color:#d0e0f0;font-size:1.05rem;line-height:1.8;margin-bottom:1rem;padding-left:2rem;position:relative}.about-list li:before{color:#d7af00;content:"→";font-weight:700;left:0;position:absolute}.about-cta{background:linear-gradient(135deg,#1a3a6e,#0a224e);padding:3rem 2rem;text-align:center}.about-cta-content{margin:0 auto;max-width:600px}.about-cta h2{font-size:2.5rem;margin-bottom:1rem;margin-top:0}.about-cta p{color:#d0e0f0;font-size:1.25rem;margin-bottom:2rem}.about-cta-button{background:linear-gradient(135deg,#0064c8,#0084ff);border:none;border-radius:8px;box-shadow:0 4px 15px #0064c866;color:#fff;cursor:pointer;display:inline-block;font-size:1.1rem;font-weight:600;letter-spacing:.5px;padding:1rem 2.5rem;text-decoration:none;text-transform:uppercase;transition:all .3s ease}.about-cta-button:hover{background:linear-gradient(135deg,#0084ff,#00a0ff);box-shadow:0 6px 20px #0064c899;transform:translateY(-2px)}@media (max-width:768px){.about-hero h1{font-size:2.5rem}.about-subtitle{font-size:1.25rem}.about-section-title{font-size:2rem}.team-members{gap:2rem;grid-template-columns:1fr}.team-photo{max-width:100%}.about-quote{font-size:1.1rem;padding:1.5rem 1rem .75rem}.about-text{font-size:1rem}}.features-page{background-color:#0a224e;color:#fff;min-height:100vh}.features-hero{background:linear-gradient(135deg,#0a224e,#1a3a6e);padding:3rem 2rem 2rem;text-align:center}.features-hero-content{margin:0 auto;max-width:800px}.features-hero h1{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#fff,#a0c4ff);-webkit-background-clip:text;background-clip:text;font-size:3.5rem;font-weight:700;margin-bottom:.5rem}.features-subtitle{color:#d7af00;font-size:1.5rem;font-weight:300;margin:0}.features-content{margin:0 auto;max-width:1400px;padding:2rem 4rem}.feature-section{padding:3rem 0;scroll-margin-top:1rem}.feature-section:not(:last-child){border-bottom:1px solid #a0c4ff1a}.feature-container{grid-gap:3rem;align-items:center;display:grid;gap:3rem;grid-template-columns:1fr 1fr}.feature-text h2{color:#a0c4ff;font-size:2rem;margin-bottom:1.5rem}.feature-text p{color:#d0e0f0;font-size:1.1rem;line-height:1.8;margin-bottom:1.25rem}.feature-code{position:sticky;top:2rem}.feature-code pre{margin:0}.placeholder-image{align-items:center;background:#ffffff08;border:1px solid #a0c4ff33;border-radius:8px;color:#8a9fb8;display:flex;font-style:italic;justify-content:center;min-height:200px}.features-cta,.placeholder-image{padding:3rem 2rem;text-align:center}.features-cta{background:linear-gradient(135deg,#1a3a6e,#0a224e)}.features-cta-content{margin:0 auto;max-width:600px}.features-cta h2{font-size:2.5rem;margin-bottom:1rem;margin-top:0}.features-cta p{color:#d0e0f0;font-size:1.25rem;margin-bottom:2rem}.features-cta-button{background:linear-gradient(135deg,#0064c8,#0084ff);border:none;border-radius:8px;box-shadow:0 4px 15px #0064c866;color:#fff;cursor:pointer;display:inline-block;font-size:1.1rem;font-weight:600;letter-spacing:.5px;padding:1rem 2.5rem;text-transform:uppercase;transition:all .3s ease}.features-cta-button:hover{background:linear-gradient(135deg,#0084ff,#00a0ff);box-shadow:0 6px 20px #0064c899;transform:translateY(-2px)}@media (max-width:968px){.feature-container{gap:2rem;grid-template-columns:1fr}.feature-code{position:static}.features-hero h1{font-size:2.5rem}.features-subtitle{font-size:1.25rem}.feature-text h2{font-size:1.75rem}.feature-text p{font-size:1rem}}.blog-page{background-color:#0a224e;color:#fff;min-height:100vh}.blog-hero{background:linear-gradient(135deg,#0a224e,#1a3a6e);padding:3rem 2rem 2rem;text-align:center}.blog-hero-content{margin:0 auto;max-width:800px}.blog-hero h1{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#fff,#a0c4ff);-webkit-background-clip:text;background-clip:text;font-size:3.5rem;font-weight:700;margin-bottom:.5rem}.blog-subtitle{color:#d7af00;font-size:1.5rem;font-weight:300;margin:0}.blog-content{margin:0 auto;max-width:900px;padding:3rem 2rem}.blog-article{background:#ffffff08;border:1px solid #a0c4ff33;border-radius:12px;margin-bottom:3rem;padding:2.5rem;transition:all .3s ease}.blog-article:hover{border-color:#d7af00;box-shadow:0 8px 24px #d7af0026;transform:translateY(-4px)}.article-link{color:inherit;display:block;text-decoration:none}.blog-article h2{color:#a0c4ff;font-size:2rem;margin-bottom:.75rem;transition:color .3s ease}.blog-article:hover h2{color:#d7af00}.article-meta{color:#8a9fb8;font-size:.9rem;font-style:italic;margin-bottom:1.25rem}.article-excerpt{color:#d0e0f0;font-size:1.1rem;line-height:1.7;margin-bottom:1.5rem}.article-preview-image{border-radius:8px;margin-top:1.5rem;overflow:hidden;text-align:center}.article-preview-image img{border:1px solid #a0c4ff26;border-radius:8px;display:inline-block;height:auto}.image-credit{color:#8a9fb8;font-size:.85rem;font-style:italic;margin-top:.5rem;text-align:center}.article-tags{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.5rem}.tag{background:#a0c4ff1a;border:1px solid #a0c4ff4d;border-radius:20px;color:#a0c4ff;font-size:.85rem;font-weight:500;padding:.4rem .9rem}@media (max-width:768px){.blog-hero h1{font-size:2.5rem}.blog-subtitle{font-size:1.25rem}.blog-article{padding:1.5rem}.blog-article h2{font-size:1.5rem}.article-excerpt{font-size:1rem}}.blog-article-page{background-color:#0a224e;color:#fff;min-height:100vh;padding-bottom:4rem}.article-content{margin:0 auto;max-width:800px;padding:4rem 2rem}.article-header{border-bottom:2px solid #a0c4ff33;margin-bottom:3rem;padding-bottom:2rem}.article-header h1{color:#a0c4ff;font-size:2.5rem;font-weight:700;line-height:1.2;margin-bottom:1rem}.article-date{color:#8a9fb8;font-size:1rem;font-style:italic}.article-body{color:#d0e0f0;font-size:1.1rem;line-height:1.8}.article-body h2{color:#a0c4ff;font-size:1.8rem;font-weight:600;margin-bottom:1.25rem;margin-top:3rem}.article-body p{margin-bottom:1.5rem}.article-body em{color:#d7af00;font-style:italic}.article-body strong{color:#a0c4ff;font-weight:600}.article-body code{background:#a0c4ff1a;border-radius:4px;color:#d7af00;font-family:Courier New,monospace;font-size:.95em;padding:.2rem .5rem}.article-body ol,.article-body ul{margin-bottom:1.5rem;padding-left:2rem}.article-body li{line-height:1.7;margin-bottom:.75rem}.article-body ul li{list-style:none;position:relative}.article-body ul li:before{color:#d7af00;content:"→";left:-1.5rem;position:absolute}.article-body ol li{padding-left:.5rem}.code-block{background:#0000004d;border:1px solid #a0c4ff33;border-radius:8px;margin:2rem 0;overflow-x:auto;padding:1.5rem}.code-block pre{word-wrap:break-word;color:#e0e0e0;font-family:Courier New,monospace;font-size:.95rem;line-height:1.6;margin:0;white-space:pre-wrap}.math-block{background:#d7af000d;border:1px solid #d7af004d;border-radius:8px;color:#d7af00;font-family:Georgia,serif;font-size:1.15rem;font-style:italic;margin:1.75rem 0;padding:1.25rem;text-align:center}.article-image{margin:3rem 0;text-align:center}.article-image img{border:1px solid #a0c4ff33;border-radius:8px;height:auto;max-width:100%}.image-caption{color:#8a9fb8;font-size:.9rem;font-style:italic;margin-top:1rem}@media (max-width:768px){.article-content{padding:2rem 1.5rem}.article-header h1{font-size:2rem}.article-body{font-size:1rem}.article-body h2{font-size:1.5rem}.code-block{padding:1rem}.code-block pre{font-size:.85rem}}.api-keys-help{background-color:#0a224e;color:#fff;min-height:100vh}.api-keys-hero{background:linear-gradient(135deg,#0a224e,#1a3a6e);padding:3rem 2rem 2rem;text-align:center}.api-keys-hero-content{margin:0 auto;max-width:800px}.api-keys-hero h1{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#fff,#a0c4ff);-webkit-background-clip:text;background-clip:text;font-size:3.5rem;font-weight:700;margin-bottom:.5rem}.api-keys-subtitle{color:#d7af00;font-size:1.5rem;font-weight:300;margin:0}.api-keys-container{margin:0 auto;max-width:1000px;padding:3rem 2rem}.provider-section{background:#ffffff08;border:1px solid #ffffff1a;border-radius:12px;margin-bottom:1.5rem;overflow:hidden;padding:0}.provider-header{align-items:center;background:#ffffff05;border-bottom:1px solid #ffffff1a;color:#d7af00;cursor:pointer;display:flex;font-size:1.75rem;justify-content:space-between;margin:0;padding:1.25rem 1.75rem;transition:background-color .3s ease;-webkit-user-select:none;user-select:none}.provider-header:hover{background:#ffffff0d}.toggle-icon{color:#a0c4ff;font-size:2rem;font-weight:300;transition:transform .3s ease}.provider-content{animation:slideDown .3s ease-out;display:flex;flex-direction:column;gap:1.5rem;padding:2rem}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.steps ol{margin:0;padding-left:1.5rem}.steps li{color:#d0e0f0;font-size:1.05rem;line-height:1.8;margin-bottom:.75rem}.steps a{color:#a0c4ff;font-weight:600;text-decoration:none;transition:color .3s ease}.steps a:hover{color:#d7af00}.steps code{background:#0064c833;border-radius:4px;color:#a0c4ff;font-family:Courier New,monospace;font-size:.95rem;padding:.2rem .5rem}.code-example h4,.env-example h4{color:#fff;font-size:1.1rem;margin-bottom:.75rem;margin-top:0}.complete-env-section{background:#0064c81a;border:2px solid #0064c84d;border-radius:12px;margin-bottom:2.5rem;padding:2rem}.complete-env-section h2{color:#d7af00;font-size:2rem;margin-bottom:1rem;margin-top:0}.env-description{color:#d0e0f0;font-size:1.05rem;line-height:1.6;margin-bottom:1.5rem}.env-description code{background:#0064c84d;border-radius:4px;color:#a0c4ff;font-family:Courier New,monospace;font-size:.95rem;padding:.2rem .5rem}.troubleshooting-section{background:#ff64640d;border:1px solid #ff646433;border-radius:12px;padding:2rem}.troubleshooting-section h2{color:#ffa0a0;font-size:2rem;margin-bottom:1.5rem;margin-top:0}.troubleshooting-text{color:#d0e0f0;font-size:1.05rem;line-height:1.8;margin-bottom:1rem}.troubleshooting-text:last-child{margin-bottom:0}.troubleshooting-text code{background:#ff646433;border-radius:4px;color:#ffa0a0;font-family:Courier New,monospace;font-size:.95rem;padding:.2rem .5rem}.troubleshooting-text a{color:#a0c4ff;font-weight:600;text-decoration:none;transition:color .3s ease}.troubleshooting-text a:hover{color:#d7af00}@media (max-width:768px){.api-keys-hero h1{font-size:2.5rem}.api-keys-subtitle{font-size:1.25rem}.provider-header{font-size:1.5rem;padding:1rem 1.25rem}.toggle-icon{font-size:1.75rem}.provider-content{padding:1.5rem}.complete-env-section h2,.troubleshooting-section h2{font-size:1.75rem}.complete-env-section,.troubleshooting-section{padding:1.5rem}.env-description,.steps li,.troubleshooting-text{font-size:1rem}}
/*# sourceMappingURL=main.e16bb549.css.map*/