@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Fira+Code:wght@300;400;500&display=swap";:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}#root{width:100%}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif;background-color:#f9fafb;color:#1f2937;line-height:1.6;overflow-x:hidden}main{min-height:calc(100vh - 200px)}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:linear-gradient(45deg,#22c55e,#3b82f6);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(45deg,#16a34a,#2563eb)}::selection{background:#22c55e4d;color:#1f2937}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.text-center{text-align:center}@media(max-width:768px){.hero-title{font-size:2.5rem!important}.section-title{font-size:2.25rem!important}.hero-description{font-size:1.125rem!important}}.header{position:fixed;width:100%;top:0;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;box-shadow:0 2px 10px #0000001a}.nav{max-width:1200px;margin:0 auto;padding:1rem 1.5rem}.nav-container{display:flex;align-items:center;justify-content:space-between}.logo-container{display:flex;align-items:center;gap:12px}.logo-image{width:40px;height:40px;object-fit:contain}.logo-name{font-size:1.5rem;font-weight:700;background:linear-gradient(45deg,#22c55e,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav-links{display:none;align-items:center;gap:2rem}@media(min-width:768px){.nav-links{display:flex}}.nav-link{color:#4b5563;text-decoration:none;font-weight:500;transition:color .3s ease;position:relative;cursor:pointer}.nav-link:hover{color:#22c55e}.nav-link:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:#22c55e;transition:width .3s ease}.nav-link:hover:after{width:100%}.nav-button{background:linear-gradient(45deg,#22c55e,#3b82f6);color:#fff;border:none;padding:.625rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease}.nav-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #22c55e4d}.mobile-menu-btn{display:block;background:none;border:none;color:#4b5563;cursor:pointer}@media(min-width:768px){.mobile-menu-btn{display:none}}.menu-icon{width:24px;height:24px}.logo_image{width:120px}.hero-section{padding:120px 1.5rem 80px;text-align:center}.hero-container{max-width:800px;margin:0 auto}.hero-title{font-size:3rem;font-weight:800;margin-bottom:1.5rem;line-height:1.2}@media(min-width:768px){.hero-title{font-size:4rem}}.hero-gradient-text{background:linear-gradient(45deg,#22c55e,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:block}.typewriter-text{display:inline-block;border-right:4px solid #22C55E;animation:cursor-blink 1s infinite;padding-right:4px;margin-top:1rem}@keyframes cursor-blink{0%,to{opacity:1}50%{opacity:0}}.hero-description{font-size:1.25rem;color:#6b7280;margin-bottom:3rem;line-height:1.7}.hero-buttons{display:flex;flex-direction:column;gap:1rem;justify-content:center;align-items:center}@media(min-width:768px){.hero-buttons{flex-direction:row}}.primary-btn{background:linear-gradient(45deg,#22c55e,#3b82f6);color:#fff;border:none;padding:1rem 2rem;border-radius:12px;font-size:1.125rem;font-weight:700;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease;display:flex;align-items:center;gap:.75rem}.primary-btn:hover{transform:translateY(-3px);box-shadow:0 10px 25px #22c55e4d}.secondary-btn{border:2px solid #22C55E;color:#22c55e;background:transparent;padding:1rem 2rem;border-radius:12px;font-size:1.125rem;font-weight:700;cursor:pointer;transition:all .3s ease}.secondary-btn:hover{background:#22c55e;color:#fff}.install-section{padding:5rem 1.5rem;background:#f8fafc}.install-container{max-width:1200px;margin:0 auto}.section-title{font-size:3rem;font-weight:700;text-align:center;margin-bottom:3rem;color:#1f2937}.install-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.install-grid{grid-template-columns:repeat(3,1fr)}}.install-card{background:#fff;border-radius:20px;padding:2rem;box-shadow:0 4px 20px #00000014;transition:transform .3s ease,box-shadow .3s ease;border:1px solid #e2e8f0}.install-card:hover{transform:translateY(-5px);box-shadow:0 10px 40px #22c55e26;border-color:#22c55e}.install-icon{font-size:3rem;margin-bottom:1rem}.install-title{font-size:1.5rem;font-weight:700;margin-bottom:.75rem;color:#1f2937}.install-desc{color:#64748b;margin-bottom:1.5rem;line-height:1.6}.code-block{background:#1e293b;border-radius:10px;padding:1.25rem;margin-bottom:1.5rem;border-left:4px solid #22C55E;overflow-x:auto}.code-text{color:#22c55e;font-family:Fira Code,monospace;font-size:.875rem;word-break:break-all}.copy-btn{width:100%;padding:.875rem;border:none;border-radius:10px;color:#fff;font-weight:600;font-size:1rem;cursor:pointer;transition:opacity .3s ease}.copy-btn:hover{opacity:.9}.features-section{padding:5rem 1.5rem}.features-container{max-width:1200px;margin:0 auto}.features-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.features-grid{grid-template-columns:repeat(3,1fr)}}.feature-card{background:#fff;border-radius:20px;padding:2rem;box-shadow:0 4px 20px #00000014;transition:all .3s ease;border:1px solid #e2e8f0}.feature-card:hover{border-color:#22c55e;box-shadow:0 10px 40px #0000001f}.feature-icon{width:64px;height:64px;background:linear-gradient(135deg,#22c55e,#3b82f6);border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:2rem;color:#fff;margin-bottom:1.5rem;transition:transform .3s ease}.feature-card:hover .feature-icon{transform:rotate(10deg) scale(1.1)}.feature-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#1f2937}.feature-desc{color:#64748b;line-height:1.7}.examples-section{padding:5rem 1.5rem;background:#f8fafc}.examples-container{max-width:1200px;margin:0 auto}.examples-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:1024px){.examples-grid{grid-template-columns:repeat(2,1fr)}}.example-card{background:#fff;border-radius:20px;padding:2rem;box-shadow:0 4px 20px #00000014;transition:transform .3s ease,box-shadow .3s ease}.example-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #00000026}.example-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.dots{display:flex;gap:.5rem}.dot{width:12px;height:12px;border-radius:50%;transition:transform .3s ease}.example-card:hover .dot{transform:scale(1.2)}.dot.red{background:#ef4444;box-shadow:0 0 8px #ef444466}.dot.yellow{background:#f59e0b;box-shadow:0 0 8px #f59e0b66}.dot.green{background:#22c55e;box-shadow:0 0 8px #22c55e66}.example-filename{font-weight:600;color:#475569;font-family:Fira Code,monospace;font-size:.9rem}.example-code-block{background:#1e293b;border-radius:12px;padding:1.5rem;margin-bottom:1.5rem;overflow:auto;max-height:500px;border:1px solid #334155;transition:border-color .3s ease}.example-card:hover .example-code-block{border-color:#22c55e}.osonkod-code{border-left:4px solid #22C55E}.css-code{border-left:4px solid #3B82F6}.code-pre{font-family:Fira Code,Consolas,monospace;font-size:.875rem;line-height:1.7;color:#cbd5e1;white-space:pre-wrap;word-wrap:break-word;margin:0;tab-size:2}.osonkod-code .code-comment{color:#64748b;font-style:italic}.osonkod-code .code-class{color:#22c55e;font-weight:600}.osonkod-code .code-property{color:#3b82f6;font-weight:500}.osonkod-code .code-value{color:#f59e0b}.osonkod-code .code-color{color:#ec4899;font-weight:500}.osonkod-code .code-number{color:#10b981;font-weight:500}.osonkod-code .code-hex{color:#8b5cf6}.osonkod-code .code-pseudo{color:#ef4444;font-weight:500}.osonkod-code .code-function{color:#0ea5e9}.osonkod-code .code-text{color:#cbd5e1}.osonkod-code .code-property[style*="ko'rsatish"],.osonkod-code .code-property[style*="yo'nalish"],.osonkod-code .code-property[style*=tayinlash]{color:#60a5fa;text-shadow:0 0 8px rgba(96,165,250,.3)}.osonkod-code .code-value[style*=egiluvchan],.osonkod-code .code-value[style*=qator],.osonkod-code .code-value[style*=markaz]{color:#fbbf24;text-shadow:0 0 8px rgba(251,191,36,.3)}.osonkod-code .code-color[style*=yashil]{color:#10b981;animation:pulse-green 2s infinite}.osonkod-code .code-color[style*=oq]{color:#f3f4f6;text-shadow:0 0 4px rgba(243,244,246,.5)}.css-code .code-comment{color:#6b7280;font-style:italic}.css-code .code-class{color:#10b981;font-weight:600}.css-code .code-css-property{color:#60a5fa;font-weight:500}.css-code .code-css-value{color:#f59e0b}.css-code .code-css-function{color:#8b5cf6;font-weight:500}.css-code .code-css-pseudo{color:#ec4899}.css-code .code-css-number{color:#10b981;font-weight:500}.css-code .code-css-hex{color:#f59e0b}.css-code .code-css-string{color:#10b981}.css-code .code-css-brace{color:#9ca3af}.css-code .code-css-colon{color:#60a5fa;font-weight:700}.css-code .code-css-semicolon{color:#9ca3af}.css-code .code-css-property[style*=display],.css-code .code-css-property[style*=flex-direction]{color:#3b82f6;text-shadow:0 0 8px rgba(59,130,246,.3)}.css-code .code-css-value[style*=flex],.css-code .code-css-value[style*=row]{color:#f59e0b;text-shadow:0 0 8px rgba(245,158,11,.3)}.css-code .code-css-hex[style*="#22C55E"]{color:#22c55e;animation:pulse-green 2s infinite}.css-code .code-css-hex[style*="#FFFFFF"]{color:#f3f4f6;text-shadow:0 0 4px rgba(243,244,246,.5)}@keyframes pulse-green{0%,to{opacity:1;text-shadow:0 0 8px rgba(34,197,94,.5)}50%{opacity:.8;text-shadow:0 0 12px rgba(34,197,94,.8)}}@keyframes pulse-blue{0%,to{opacity:1;text-shadow:0 0 8px rgba(59,130,246,.5)}50%{opacity:.8;text-shadow:0 0 12px rgba(59,130,246,.8)}}.code-pre span{transition:all .2s ease}.code-pre span:hover{background:#ffffff1a;border-radius:2px;padding:0 2px}.example-code-block::-webkit-scrollbar{width:8px;height:8px}.example-code-block::-webkit-scrollbar-track{background:#1e293b;border-radius:4px}.example-code-block::-webkit-scrollbar-thumb{background:linear-gradient(45deg,#22c55e,#3b82f6);border-radius:4px}.example-code-block::-webkit-scrollbar-thumb:hover{background:linear-gradient(45deg,#16a34a,#2563eb)}.example-tag{text-align:center;margin-top:1rem}.tag{display:inline-block;padding:.5rem 1.25rem;border-radius:9999px;font-size:.875rem;font-weight:600;transition:all .3s ease;position:relative;overflow:hidden}.tag:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:.5s}.tag:hover:before{left:100%}.tag:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.tag-green{background:linear-gradient(45deg,#22c55e,#10b981);color:#fff;box-shadow:0 2px 8px #22c55e4d}.tag-blue{background:linear-gradient(45deg,#3b82f6,#2563eb);color:#fff;box-shadow:0 2px 8px #3b82f64d}@media(max-width:768px){.example-code-block{padding:1rem;font-size:.75rem}.code-pre{font-size:.75rem}.tag{padding:.4rem 1rem;font-size:.75rem}}.example-code-block{position:relative}.example-code-block:after{content:"📋 Nusxa olish uchun bosing";position:absolute;top:-10px;right:10px;background:#1e293be6;color:#cbd5e1;padding:4px 8px;border-radius:4px;font-size:.7rem;opacity:0;transition:opacity .3s ease;pointer-events:none}.example-code-block:hover:after{opacity:1}.code-pre .code-class,.code-pre .code-css-property,.code-pre .code-property{cursor:help;position:relative}.code-pre .code-class:hover:after,.code-pre .code-css-property:hover:after,.code-pre .code-property:hover:after{content:attr(data-tooltip);position:absolute;bottom:100%;left:50%;transform:translate(-50%);background:#000c;color:#fff;padding:4px 8px;border-radius:4px;font-size:.75rem;white-space:nowrap;z-index:10}.footer{background:#1f2937;color:#fff;padding:4rem 1.5rem}.footer-container{max-width:1200px;margin:0 auto}.footer-grid{display:grid;grid-template-columns:1fr;gap:3rem;margin-bottom:3rem}@media(min-width:768px){.footer-grid{grid-template-columns:repeat(4,1fr)}}.footer-col{display:flex;flex-direction:column}.footer-logo{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.footer-logo-image{width:120px;object-fit:contain}.footer-logo-name{font-size:1.5rem;font-weight:700;color:#fff}.footer-about{color:#9ca3af;margin-bottom:1.5rem;line-height:1.7}.social-icons{display:flex;gap:.75rem}.social-icon{width:40px;height:40px;background:#374151;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;transition:background .3s ease;font-size:1.25rem}.social-icon:hover{background:#22c55e}.social_icons{width:24px;height:24px;object-fit:contain}.footer-title{font-size:1.125rem;font-weight:700;margin-bottom:1.25rem;color:#fff}.footer-links{list-style:none;display:flex;flex-direction:column;gap:.75rem}.footer-links li{display:flex;align-items:center}.footer-link{color:#9ca3af;text-decoration:none;transition:color .3s ease;position:relative;padding-left:0;cursor:pointer}.footer-link:before{content:"→";margin-right:.5rem;opacity:0;transition:opacity .3s ease,transform .3s ease;transform:translate(-10px)}.footer-link:hover{color:#fff}.footer-link:hover:before{opacity:1;transform:translate(0)}.footer-contacts{list-style:none;display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.footer-contact{color:#9ca3af;display:flex;align-items:center;gap:.5rem}.footer-contact:before{content:"•";color:#22c55e}.footer-btn-container{margin-top:1rem}.footer-btn{background:linear-gradient(45deg,#16a34a,#2563eb);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:opacity .3s ease;width:100%}.footer-btn:hover{opacity:.9}.footer-bottom{border-top:1px solid #374151;padding-top:2rem;text-align:center}.footer-copyright{color:#9ca3af;margin-bottom:.5rem;font-size:.875rem}.footer-slogan{color:#6b7280;font-size:.75rem}
