@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap";*{box-sizing:border-box;margin:0;padding:0}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color:#1a1a1a;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh}#root{min-height:100vh;width:100%}.layout{font-family:Inter,sans-serif;line-height:1.6;color:#1a1a1a;background-color:#fff;min-height:100vh;display:flex;flex-direction:column;padding:2rem 2rem 0}.layout--beige{background-color:#fcfaf5}.page-header{padding:2rem 0;text-align:center}.page-header__title{font-size:2.5rem;margin:0}.page-header__subtitle{font-size:1.2rem;color:#555;margin-top:.5rem}.page-content{padding:2rem 0;flex-grow:1;max-width:800px;margin:0 auto;width:100%}.page-content.youateai-page{max-width:100%!important;padding:0!important;width:100%!important}.page-footer{width:calc(100% + 4rem);margin-left:-2rem;margin-right:-2rem;padding:2rem 1rem;text-align:center;background-color:#fcfaf5;color:#999;margin-top:auto;margin-bottom:0;font-family:Inter,sans-serif;box-sizing:border-box}.page-footer--simple{background-color:#f1f1f1;padding:1rem}.page-footer__separator{width:100%;max-width:1200px;height:1px;background-color:#00000014;margin:0 auto 1.5rem}.page-footer__nav{display:flex;justify-content:center;align-items:center;gap:2rem;margin-bottom:1rem;flex-wrap:wrap}.page-footer__link{color:#999;text-decoration:none;font-size:.9rem;transition:color .2s ease}.page-footer__link:hover{color:#666;text-decoration:underline}.page-footer__copyright{font-size:.85rem;color:#999;margin:0;padding:0}@media (max-width: 768px){.page-footer__nav{gap:1.5rem}.page-footer__link{font-size:.85rem}.page-footer__copyright{font-size:.8rem}}.button{display:inline-block;padding:.75rem 2rem;text-decoration:none;border-radius:5px;font-size:1rem;font-weight:500;transition:background-color .3s ease,transform .2s ease,box-shadow .2s ease;cursor:pointer;border:none;font-family:inherit}.button--primary{background-color:#1a1a1a;color:#fff}.button--primary:hover{background-color:#333;transform:translateY(-2px);box-shadow:0 4px 8px #0003}.button--secondary{background-color:transparent;color:#1a1a1a;border:2px solid #1a1a1a}.button--secondary:hover{background-color:#1a1a1a;color:#fff;transform:translateY(-2px);box-shadow:0 4px 8px #0003}.button:focus{outline:2px solid #1a1a1a;outline-offset:2px}.error-boundary{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem;background-color:#f5f5f5;font-family:Inter,sans-serif}.error-boundary__content{max-width:600px;text-align:center;background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 8px #0000001a}.error-boundary__title{font-size:2rem;margin-bottom:1rem;color:#1a1a1a}.error-boundary__message{font-size:1rem;color:#666;margin-bottom:2rem;line-height:1.6}.error-boundary__button{padding:.75rem 2rem;margin:0 .5rem;font-size:1rem;font-weight:500;border:none;border-radius:5px;cursor:pointer;transition:background-color .2s ease;background-color:#1a1a1a;color:#fff}.error-boundary__button:hover{background-color:#333}.error-boundary__button--secondary{background-color:#f1f1f1;color:#1a1a1a}.error-boundary__button--secondary:hover{background-color:#e1e1e1}.error-boundary__details{margin-top:2rem;text-align:left;padding:1rem;background-color:#f9f9f9;border-radius:4px;border:1px solid #e1e1e1}.error-boundary__details summary{cursor:pointer;font-weight:500;margin-bottom:.5rem;color:#666}.error-boundary__error{margin-top:.5rem;padding:1rem;background-color:#fff;border:1px solid #e1e1e1;border-radius:4px;font-size:.85rem;color:#d32f2f;overflow-x:auto;white-space:pre-wrap;word-break:break-word}.hero{padding:4rem 0;text-align:center;width:100%;display:block}.hero__content{max-width:800px;margin:0 auto;width:100%;padding:0 2rem}.hero__subtitle{font-size:1.1rem;color:#666;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem;font-weight:600}.hero__title{font-size:3rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem;color:#1a1a1a;display:block;visibility:visible}.hero__description{font-size:1.25rem;color:#555;line-height:1.6;margin-bottom:2.5rem;max-width:600px;margin-left:auto;margin-right:auto;display:block;visibility:visible}.hero__actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.hero__button{min-width:180px;padding:1rem 2.5rem;font-size:1.1rem}@media (max-width: 768px){.hero{padding:2.5rem 0}.hero__title{font-size:2rem}.hero__description{font-size:1.1rem}.hero__actions{flex-direction:column;align-items:stretch}.hero__button{width:100%}}.feature-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 8px #00000014;transition:transform .3s ease,box-shadow .3s ease;text-align:center}.feature-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.feature-card__icon{font-size:3rem;margin-bottom:1rem;line-height:1}.feature-card__title{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#1a1a1a}.feature-card__description{font-size:1rem;color:#666;line-height:1.6}@media (max-width: 768px){.feature-card{padding:1.5rem}.feature-card__icon{font-size:2.5rem}.feature-card__title{font-size:1.25rem}}.section{padding:4rem 0}.section__container{max-width:1200px;margin:0 auto;width:100%}.section__header{text-align:center;margin-bottom:3rem}.section__title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:#1a1a1a}.section__subtitle{font-size:1.25rem;color:#666;max-width:600px;margin:0 auto;line-height:1.6}.section__content{width:100%}@media (max-width: 768px){.section{padding:3rem 0}.section__title{font-size:2rem}.section__subtitle{font-size:1.1rem}.section__header{margin-bottom:2rem}}.home-section{margin-bottom:2rem}.about-me-button{margin-top:1.5rem}.youateai-page{padding:0!important;max-width:100%!important;width:100%!important;overflow:visible!important}.youateai-page>*{width:100%}.youateai-page .section__container{padding:0 2rem}.youateai-page .hero{width:100%;display:block}.youateai-page .hero__button.button--primary{background-color:#ff9500;color:#fff}.youateai-page .hero__button.button--primary:hover{background-color:#ff7a00;transform:translateY(-2px);box-shadow:0 4px 12px #ff950066}.youateai-page .hero__button.button--secondary{border-color:#ff9500;color:#ff9500}.youateai-page .hero__button.button--secondary:hover{background-color:#ff9500;color:#fff;border-color:#ff9500}.youateai-page .hero__subtitle{color:#ff9500}.youateai-page .section__title{position:relative}.youateai-page .section__title:after{content:"";display:block;width:60px;height:4px;background:#ff9500;margin:1rem auto 0;border-radius:2px}.youateai-page .button:focus{outline:2px solid #ff9500;outline-offset:2px}@media (max-width: 768px){.youateai-page .section__container{padding:0 1rem}}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:2rem}.youateai-page .feature-card{border-top:3px solid transparent;transition:transform .3s ease,box-shadow .3s ease,border-top .3s ease}.youateai-page .feature-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #ff950026;border-top-color:#ff9500}@media (max-width: 768px){.features-grid{grid-template-columns:1fr;gap:1.5rem}}.section--how-it-works{background:#fff;border-radius:16px;margin:2rem 0;padding:3rem 2rem}.how-it-works{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2.5rem;margin-top:2rem}.how-it-works__step{text-align:center;position:relative}.how-it-works__step-number{width:60px;height:60px;border-radius:50%;background:#ff9500;color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin:0 auto 1.5rem}.how-it-works__step-title{font-size:1.5rem;font-weight:600;margin-bottom:.75rem;color:#1a1a1a}.how-it-works__step-description{font-size:1rem;color:#666;line-height:1.6}@media (max-width: 768px){.section--how-it-works{padding:2rem 1.5rem;margin:1rem 0}.how-it-works{grid-template-columns:1fr;gap:2rem}.how-it-works__step-number{width:50px;height:50px;font-size:1.25rem}}.section--benefits{background:#f8f8f8;border-radius:16px;margin:2rem 0;padding:3rem 2rem}.benefits{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:2rem}.benefit-item{padding:1.5rem;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000f}.benefit-item h3{font-size:1.25rem;font-weight:600;margin-bottom:.75rem;color:#1a1a1a}.benefit-item p{font-size:1rem;color:#666;line-height:1.6}@media (max-width: 768px){.section--benefits{padding:2rem 1.5rem;margin:1rem 0}.benefits{grid-template-columns:1fr;gap:1.5rem}}.section--cta{text-align:center;padding:4rem 2rem;background:linear-gradient(135deg,#1a1a1a,#2d2d2d);border-radius:16px;margin:3rem 0;color:#fff}.section--cta .section__title,.section--cta .section__subtitle{color:#fff}.cta-content{max-width:600px;margin:0 auto}.cta-description{font-size:1.25rem;margin-bottom:2rem;color:#f0f0f0;line-height:1.6}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:1.5rem}.cta-button{min-width:200px;padding:1rem 2rem;font-size:1.1rem}.cta-button.button--primary{background-color:#ff9500;color:#fff;font-weight:600}.cta-button.button--primary:hover{background-color:#ff7a00;transform:translateY(-2px);box-shadow:0 6px 12px #ff950066}.cta-note{font-size:.9rem;color:#ccc;font-style:italic}@media (max-width: 768px){.section--cta{padding:3rem 1.5rem;margin:2rem 0}.cta-description{font-size:1.1rem}.cta-buttons{flex-direction:column}.cta-button{width:100%}}.privacy-content{max-width:900px;line-height:1.8}.privacy-content h1{font-size:2.5rem;margin-bottom:1rem;color:#1a1a1a}.privacy-content h2{font-size:1.8rem;margin-top:2.5rem;margin-bottom:1rem;color:#1a1a1a;border-bottom:2px solid #e1e1e1;padding-bottom:.5rem}.privacy-content h3{font-size:1.4rem;margin-top:2rem;margin-bottom:1rem;color:#333}.privacy-content h4{font-size:1.2rem;margin-top:1.5rem;margin-bottom:.75rem;color:#444}.privacy-content p{margin-bottom:1rem;color:#555}.privacy-content ul{margin-bottom:1.5rem;padding-left:2rem;color:#555}.privacy-content li{margin-bottom:.75rem;line-height:1.7}.privacy-content li p{margin-bottom:.5rem}.privacy-content strong{color:#1a1a1a;font-weight:600}.privacy-content a{color:#1a1a1a;text-decoration:underline;transition:color .2s ease}.privacy-content a:hover{color:#333}.privacy-content a[href^="mailto:"]{color:#1a1a1a}.privacy-last-updated{font-style:italic;color:#666;margin-bottom:2rem;font-size:.95rem}@media (max-width: 768px){.privacy-content{padding:1rem 0}.privacy-content h2{font-size:1.5rem;margin-top:2rem}.privacy-content h3{font-size:1.2rem}.privacy-content h4{font-size:1.1rem}.privacy-content ul{padding-left:1.5rem}}.terms-content{max-width:900px;line-height:1.8}.terms-content h1{font-size:2.5rem;margin-bottom:1rem;color:#1a1a1a}.terms-content h2{font-size:1.8rem;margin-top:2.5rem;margin-bottom:1rem;color:#1a1a1a;border-bottom:2px solid #e1e1e1;padding-bottom:.5rem}.terms-content h3{font-size:1.4rem;margin-top:2rem;margin-bottom:1rem;color:#333}.terms-content h4{font-size:1.2rem;margin-top:1.5rem;margin-bottom:.75rem;color:#444}.terms-content p{margin-bottom:1rem;color:#555}.terms-content ul{margin-bottom:1.5rem;padding-left:2rem;color:#555}.terms-content li{margin-bottom:.75rem;line-height:1.7}.terms-content li p{margin-bottom:.5rem}.terms-content strong{color:#1a1a1a;font-weight:600}.terms-content a{color:#1a1a1a;text-decoration:underline;transition:color .2s ease}.terms-content a:hover{color:#333}.terms-content a[href^="mailto:"]{color:#1a1a1a}.terms-last-updated{font-style:italic;color:#666;margin-bottom:2rem;font-size:.95rem}.terms-content .terms-last-updated:last-of-type{margin-top:2rem;margin-bottom:0;padding-top:2rem;border-top:1px solid #e1e1e1}@media (max-width: 768px){.terms-content{padding:1rem 0}.terms-content h2{font-size:1.5rem;margin-top:2rem}.terms-content h3{font-size:1.2rem}.terms-content h4{font-size:1.1rem}.terms-content ul{padding-left:1.5rem}}.contact-content{max-width:700px;line-height:1.8}.contact-content p{margin-bottom:1.5rem;color:#555}.contact-section{margin-bottom:3rem}.contact-section h2{font-size:1.8rem;margin-bottom:1rem;color:#1a1a1a;border-bottom:2px solid #e1e1e1;padding-bottom:.5rem}.contact-email{margin:2rem 0;text-align:center}.contact-email-button{font-size:1.1rem;padding:1rem 2rem;display:inline-block;background-color:#1a1a1a!important;color:#fff!important;border:none}.contact-email-button:hover{background-color:#333!important;color:#fff!important}.contact-email-button:visited,.contact-email-button:link{color:#fff!important}.contact-note{text-align:center;margin-top:1.5rem;font-size:.95rem;color:#666}.contact-note strong{color:#1a1a1a;font-weight:600;font-family:Courier New,monospace;background-color:#f5f5f5;padding:.2rem .5rem;border-radius:3px}.contact-content a{color:#1a1a1a;text-decoration:underline;transition:color .2s ease}.contact-content a:hover{color:#333}@media (max-width: 768px){.contact-content{padding:1rem 0}.contact-section h2{font-size:1.5rem}.contact-email-button{font-size:1rem;padding:.875rem 1.5rem;width:100%;max-width:100%}.contact-note{font-size:.9rem}}
