.header{background-color:#fff;border-bottom:1px solid #e2e8f0;padding:1.25rem 0;position:sticky;top:0;z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#fffffff2}.header-container{max-width:1280px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;gap:.75rem}.logo-icon{width:32px;height:32px;display:block}.logo-text{font-size:1.5rem;font-weight:600;color:#0f172a;letter-spacing:-.02em}.nav{display:flex;gap:.5rem}.nav-link{color:#475569;font-weight:500;font-size:.9375rem;padding:.5rem 1rem;border-radius:6px;transition:color .2s ease,background-color .2s ease}.nav-link:hover,.nav-link.active{color:#0f172a;background-color:#f1f5f9}@media (max-width: 768px){.header-container{flex-direction:column;gap:1rem}.nav{flex-wrap:wrap;justify-content:center;gap:.5rem}}.footer{background-color:#f8fafc;border-top:1px solid #e2e8f0;padding:3rem 0;margin-top:auto}.footer-container{max-width:1280px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.footer-container p{color:#64748b;font-size:.875rem}.footer-links{display:flex;gap:2rem}.footer-links a{color:#64748b;font-size:.875rem;transition:color .2s ease}.footer-links a:hover{color:#0f172a}@media (max-width: 768px){.footer-container{flex-direction:column;gap:1.5rem;text-align:center}.footer-links{flex-direction:column;gap:1rem}}.home{width:100%}.hero{background-color:#fff;padding:8rem 2rem 6rem;text-align:center;border-bottom:1px solid #e2e8f0}.hero-content{max-width:1200px;margin:0 auto;display:flex;align-items:center;gap:4rem;justify-content:space-between}.hero-text{flex:1;text-align:left}.hero-mascot{flex-shrink:0;width:280px;height:280px;display:flex;align-items:center;justify-content:center}.hero-mascot img{width:100%;height:100%;animation:float 3s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.hero-title{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;color:#0f172a;letter-spacing:-.03em;line-height:1.1}.hero-subtitle{font-size:1.25rem;margin-bottom:3rem;color:#64748b;line-height:1.6;font-weight:400}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn{padding:.875rem 2rem;border-radius:6px;font-weight:500;font-size:.9375rem;transition:all .2s ease;display:inline-block;border:1px solid transparent}.btn:hover{transform:none;box-shadow:0 4px 12px #0000001a}.btn-primary{background-color:#0f172a;color:#fff;border-color:#0f172a}.btn-primary:hover{background-color:#1e293b;border-color:#1e293b}.btn-secondary{background-color:transparent;color:#0f172a;border-color:#cbd5e1}.btn-secondary:hover{background-color:#f8fafc;border-color:#94a3b8}.features{padding:6rem 2rem;background-color:#fff}.container{max-width:1280px;margin:0 auto}.section-title{text-align:center;font-size:2.5rem;margin-bottom:4rem;color:#0f172a;font-weight:700;letter-spacing:-.02em}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2.5rem}.feature-card{background:#fff;padding:2.5rem;border:1px solid #e2e8f0;border-radius:8px;text-align:left;transition:border-color .2s ease,box-shadow .2s ease}.feature-card:hover{transform:none;border-color:#cbd5e1;box-shadow:0 4px 12px #0000000d}.feature-icon{font-size:2.5rem;margin-bottom:1.5rem;line-height:1}.feature-card h3{font-size:1.5rem;margin-bottom:1rem;color:#0f172a;font-weight:600}.feature-card p{color:#64748b;line-height:1.7;font-size:.9375rem}@media (max-width: 968px){.hero-content{flex-direction:column;gap:2rem}.hero-text{text-align:center}.hero-mascot{width:200px;height:200px}}@media (max-width: 768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.125rem}.section-title{font-size:2rem}.hero-mascot{width:160px;height:160px}}.products-page{padding:5rem 2rem;max-width:1280px;margin:0 auto}.products-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:2rem}.product-card{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:2.5rem;transition:border-color .2s ease,box-shadow .2s ease}.product-card:hover{transform:none;border-color:#cbd5e1;box-shadow:0 4px 12px #0000000d}.product-card h2{font-size:1.75rem;color:#0f172a;margin-bottom:1rem;font-weight:600}.product-description{color:#64748b;margin-bottom:2rem;line-height:1.7;font-size:.9375rem}.product-features{list-style:none;margin-bottom:2rem}.product-features li{padding:.625rem 0;color:#475569;font-size:.9375rem;border-bottom:1px solid #f1f5f9}.product-features li:last-child{border-bottom:none}.product-button{width:100%;padding:.875rem;background-color:#0f172a;color:#fff;border:1px solid #0f172a;border-radius:6px;font-weight:500;font-size:.9375rem;cursor:pointer;transition:background-color .2s ease,border-color .2s ease}.product-button:hover{background-color:#1e293b;border-color:#1e293b}.blog-page{padding:5rem 2rem;max-width:1280px;margin:0 auto}.blog-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(360px,1fr));gap:2rem}.blog-card{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:2.5rem;transition:border-color .2s ease,box-shadow .2s ease}.blog-card:hover{transform:none;border-color:#cbd5e1;box-shadow:0 4px 12px #0000000d}.blog-category{display:inline-block;background-color:#f1f5f9;color:#0f172a;padding:.375rem .875rem;border-radius:4px;font-size:.8125rem;font-weight:600;margin-bottom:1.5rem;text-transform:uppercase;letter-spacing:.05em}.blog-card h2{font-size:1.5rem;color:#0f172a;margin-bottom:1rem;line-height:1.4;font-weight:600}.blog-excerpt{color:#64748b;margin-bottom:1.5rem;line-height:1.7;font-size:.9375rem}.blog-footer{display:flex;justify-content:space-between;align-items:center;padding-top:1.5rem;border-top:1px solid #f1f5f9}.blog-date{color:#94a3b8;font-size:.875rem}.read-more{background:none;border:none;color:#0f172a;font-weight:500;font-size:.9375rem;cursor:pointer;transition:color .2s ease;padding:0}.read-more:hover{color:#475569}.release-card{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:2.5rem;text-align:left;transition:border-color .2s ease,box-shadow .2s ease}.release-card:hover{border-color:#cbd5e1;box-shadow:0 4px 12px #0000000d}.release-card-header{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:.75rem;margin-bottom:1.25rem}.release-card-title{font-size:1.5rem;color:#0f172a;margin:0;flex:1;min-width:0;font-weight:600}.release-tag{display:inline-block;padding:.25rem .65rem;font-size:.8125rem;font-weight:600;color:#0f172a;background:#e2e8f0;border-radius:6px;white-space:nowrap}.release-links{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.release-links li{margin:0}.release-link{display:block;width:100%;padding:.75rem 1rem;text-align:center;font-size:.9375rem;font-weight:500;color:#0f172a;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;text-decoration:none;transition:background-color .2s ease,border-color .2s ease}.release-link:hover{background:#f1f5f9;border-color:#cbd5e1}.release-no-links{margin:0;font-size:.875rem;color:#94a3b8}.downloads-page{padding:5rem 2rem;max-width:1280px;margin:0 auto}.downloads-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:2rem}.downloads-status{text-align:center;color:#64748b;font-size:1rem;margin-bottom:2rem}.downloads-error{max-width:42rem;margin:0 auto 2rem;padding:1rem 1.25rem;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#991b1b;font-size:.9375rem;line-height:1.5}.pricing-page{padding:5rem 2rem;max-width:1280px;margin:0 auto}.page-header{text-align:center;margin-bottom:5rem}.page-header h1{font-size:3rem;color:#0f172a;margin-bottom:1rem;font-weight:700;letter-spacing:-.02em}.page-header p{font-size:1.125rem;color:#64748b}.pricing-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem}.pricing-status{text-align:center;color:#64748b;font-size:1rem;margin-bottom:2rem}.pricing-error{max-width:42rem;margin:0 auto 2rem;padding:1rem 1.25rem;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#991b1b;font-size:.9375rem;line-height:1.5}.pricing-card{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:2.5rem;position:relative;transition:border-color .2s ease,box-shadow .2s ease}.pricing-card:hover{transform:none;border-color:#cbd5e1;box-shadow:0 4px 12px #0000000d}.pricing-card.popular{border-color:#0f172a;border-width:2px}.popular-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background-color:#0f172a;color:#fff;padding:.375rem 1rem;border-radius:4px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.pricing-card h2{font-size:1.75rem;color:#0f172a;margin-bottom:2rem;text-align:left;font-weight:600}.price{text-align:left;margin-bottom:2rem}.price-amount{font-size:3rem;font-weight:700;color:#0f172a;letter-spacing:-.03em}.currency{font-size:1.5rem;color:#64748b;margin-left:.25rem;font-weight:500}.price-period{font-size:1rem;color:#64748b;margin-left:.5rem;font-weight:400}.features-list{list-style:none;margin-bottom:2rem}.features-list li{padding:.875rem 0;color:#475569;border-bottom:1px solid #f1f5f9;font-size:.9375rem}.features-list li:last-child{border-bottom:none}.pricing-button{width:100%;padding:.875rem;background-color:#fff;color:#0f172a;border:1px solid #cbd5e1;border-radius:6px;font-weight:500;font-size:.9375rem;cursor:pointer;transition:background-color .2s ease,border-color .2s ease}.pricing-button:hover{background-color:#f8fafc;border-color:#94a3b8}.pricing-button.popular-button{background-color:#0f172a;color:#fff;border-color:#0f172a}.pricing-button.popular-button:hover{background-color:#1e293b;border-color:#1e293b}.terms-page{padding:5rem 2rem;max-width:900px;margin:0 auto;background-color:#fff}.terms-container{line-height:1.8}.terms-container h1{font-size:2.5rem;color:#0f172a;margin-bottom:.5rem;font-weight:700;letter-spacing:-.02em}.terms-date{color:#64748b;font-size:.9375rem;font-style:italic;margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid #e2e8f0}.terms-section{margin-bottom:3rem}.terms-section h2{font-size:1.75rem;color:#0f172a;margin-bottom:1.5rem;margin-top:2rem;font-weight:600;letter-spacing:-.01em}.terms-section h3{font-size:1.25rem;color:#1e293b;margin-bottom:1rem;margin-top:1.5rem;font-weight:600}.terms-section p{color:#475569;margin-bottom:1rem;font-size:.9375rem}.terms-section ul{margin:1rem 0 1.5rem 1.5rem;color:#475569}.terms-section li{margin-bottom:.75rem;font-size:.9375rem;line-height:1.7}.terms-section li strong{color:#0f172a;font-weight:600}.terms-contact{background-color:#f8fafc;padding:2rem;border-radius:8px;border:1px solid #e2e8f0;margin-top:3rem}.terms-contact p{margin-bottom:.75rem}.terms-contact strong{color:#0f172a;font-weight:600}@media (max-width: 768px){.terms-page{padding:3rem 1.5rem}.terms-container h1{font-size:2rem}.terms-section h2{font-size:1.5rem}.terms-section h3{font-size:1.125rem}}.privacy-page{padding:5rem 2rem;max-width:900px;margin:0 auto;background-color:#fff}.privacy-container{line-height:1.8}.privacy-container h1{font-size:2.5rem;color:#0f172a;margin-bottom:.5rem;font-weight:700;letter-spacing:-.02em}.privacy-date{color:#64748b;font-size:.9375rem;font-style:italic;margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid #e2e8f0}.privacy-section{margin-bottom:3rem}.privacy-section h2{font-size:1.75rem;color:#0f172a;margin-bottom:1.5rem;margin-top:2rem;font-weight:600;letter-spacing:-.01em}.privacy-section h3{font-size:1.25rem;color:#1e293b;margin-bottom:1rem;margin-top:1.5rem;font-weight:600}.privacy-section p{color:#475569;margin-bottom:1rem;font-size:.9375rem}.privacy-section ul{margin:1rem 0 1.5rem 1.5rem;color:#475569}.privacy-section li{margin-bottom:.75rem;font-size:.9375rem;line-height:1.7}.privacy-section li strong{color:#0f172a;font-weight:600}.privacy-contact{background-color:#f8fafc;padding:2rem;border-radius:8px;border:1px solid #e2e8f0;margin-top:3rem}.privacy-contact p{margin-bottom:.75rem}.privacy-contact strong{color:#0f172a;font-weight:600}@media (max-width: 768px){.privacy-page{padding:3rem 1.5rem}.privacy-container h1{font-size:2rem}.privacy-section h2{font-size:1.5rem}.privacy-section h3{font-size:1.125rem}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;color:#1e293b;background-color:#fff}#root{min-height:100vh;display:flex;flex-direction:column}a{text-decoration:none;color:inherit}
