body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fafafa;font-family:Inter,Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0;min-height:100vh}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}.app-container{background:linear-gradient(180deg,#fafafa 0,#fff 50%,#f5f5f5);min-height:100vh;padding:1.5rem 2rem;position:relative}.app-container:before{background-image:radial-gradient(circle at 20% 30%,#8b691408 0,#0000 50%),radial-gradient(circle at 80% 70%,#8b451308 0,#0000 50%);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:0}.header{animation:fadeInDown .8s ease-out;margin-bottom:1.5rem;position:relative;text-align:center;z-index:10}.header-content{align-items:center;display:flex;flex-direction:column;gap:.5rem}.header-logo{animation:slideInFromTop 1s ease-out;filter:drop-shadow(0 2px 8px rgba(0,0,0,.08));height:auto;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;max-width:600px;object-fit:contain;width:100%}.subtitle-container{align-items:center;display:flex;flex-wrap:wrap;font-size:1.3rem;font-weight:500;gap:.6rem;justify-content:center;margin-left:auto;margin-right:auto;margin-top:1rem;max-width:900px;padding:0 2rem}.subtitle-word{animation:wordFadeIn .8s ease-out backwards;color:#666;display:inline-block;letter-spacing:.3px;line-height:1.6;position:relative;text-shadow:0 2px 4px #0000000d}.subtitle-word:after{background:linear-gradient(90deg,#8b6914,#b8860b,gold);border-radius:2px;bottom:-3px;content:"";height:2.5px;left:0;position:absolute;transition:width .6s ease;width:0}.subtitle-word:hover:after{width:100%}.subtitle-word:first-child{animation-delay:.3s;font-size:1.2rem}.subtitle-word:nth-child(2){animation-delay:.4s;color:#8b6914;font-size:1.8rem;font-weight:700;text-shadow:0 3px 6px #8b691433}.subtitle-word:nth-child(3){animation-delay:.5s;font-size:1.2rem}.subtitle-word:nth-child(4){animation-delay:.6s}.subtitle-word:nth-child(4),.subtitle-word:nth-child(5){color:#8b6914;font-size:1.6rem;font-weight:700;text-shadow:0 3px 6px #8b691433}.subtitle-word:nth-child(5){animation-delay:.7s}.subtitle-word:nth-child(6){animation-delay:.8s;color:#8b6914;font-size:1.6rem;font-weight:700;text-shadow:0 3px 6px #8b691433}@keyframes wordFadeIn{0%{opacity:0;transform:translateY(20px) scale(.8)}to{opacity:1;transform:translateY(0) scale(1)}}.decorative-shapes{height:100%;left:0;overflow:hidden;pointer-events:none;position:fixed;top:0;width:100%;z-index:1}.shape-circle{animation:floatShape 20s ease-in-out infinite;background:linear-gradient(135deg,#8b69140d,#b8860b14);border-radius:50%;position:absolute}.shape-square{animation:rotateShape 25s linear infinite;background:linear-gradient(135deg,#8b691408,#b8860b0d);border-radius:20px;position:absolute}.shape-1{animation-delay:0s;height:300px;left:-100px;top:10%;width:300px}.shape-2{animation-delay:5s;bottom:15%;height:200px;right:-50px;width:200px}.shape-3{animation-delay:3s;height:150px;right:10%;top:50%;width:150px}.shape-4{animation-delay:8s;bottom:20%;height:180px;left:15%;width:180px}@keyframes floatShape{0%,to{transform:translate(0) scale(1)}25%{transform:translate(30px,-30px) scale(1.1)}50%{transform:translate(-20px,40px) scale(.9)}75%{transform:translate(40px,20px) scale(1.05)}}@keyframes rotateShape{0%{transform:rotate(0deg) scale(1)}50%{transform:rotate(180deg) scale(1.1)}to{transform:rotate(1turn) scale(1)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInFromTop{0%{opacity:0;transform:translateY(-30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.search-container{animation:fadeInUp .8s ease-out .2s both;margin:0 auto 1.5rem;max-width:500px;position:relative;z-index:10}.search-wrapper{align-items:center;display:flex;position:relative}.search-icon{color:#999;height:20px;left:1.2rem;pointer-events:none;position:absolute;width:20px;z-index:2}.search-input{background:#fff;border:1.5px solid #e0e0e0;border-radius:12px;box-shadow:0 2px 8px #0000000a;font-family:Inter,sans-serif;font-size:.95rem;outline:none;padding:.9rem 1.2rem .9rem 3.2rem;transition:all .3s ease;width:100%}.search-input:focus{border-color:#8b6914;box-shadow:0 4px 16px #8b69141f;transform:translateY(-1px)}.search-input::placeholder{color:#aaa}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.apps-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));margin:0 auto;max-width:1600px;padding:0;position:relative;z-index:10}.app-card{animation:cardFadeIn .6s ease-out backwards;background:#fff;border:1.5px solid #e8e8e8;border-radius:16px;box-shadow:0 2px 8px #0000000a;cursor:pointer;overflow:hidden;padding:1.3rem;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1)}.app-card:before{background:linear-gradient(90deg,#8b6914,#b8860b,gold);height:3px;transform:scaleX(0);transform-origin:left;transition:transform .5s cubic-bezier(.4,0,.2,1)}.app-card:after,.app-card:before{content:"";left:0;position:absolute;right:0;top:0}.app-card:after{background:linear-gradient(135deg,#8b69140d,#0000);border-radius:16px;bottom:0;opacity:0;transition:opacity .4s ease}.app-card:hover:before{transform:scaleX(1)}.app-card:hover:after{opacity:1}.app-card:first-child{animation-delay:.05s}.app-card:nth-child(2){animation-delay:.1s}.app-card:nth-child(3){animation-delay:.15s}.app-card:nth-child(4){animation-delay:.2s}.app-card:nth-child(5){animation-delay:.25s}.app-card:nth-child(6){animation-delay:.3s}.app-card:nth-child(7){animation-delay:.35s}.app-card:nth-child(8){animation-delay:.4s}.app-card:nth-child(9){animation-delay:.45s}.app-card:nth-child(10){animation-delay:.5s}@keyframes cardFadeIn{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.app-card:hover{border-color:#8b6914;box-shadow:0 12px 32px #0000001f;transform:translateY(-6px)}.local-badge{align-items:center;animation:badgePulse 2s ease-in-out infinite;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;box-shadow:0 2px 8px #667eea40;color:#fff;display:flex;font-size:.65rem;font-weight:600;gap:.35rem;letter-spacing:.5px;padding:.3rem .7rem;position:absolute;right:.8rem;top:.8rem;z-index:2}.local-dot{animation:dotBlink 2s ease-in-out infinite;background:#fff;border-radius:50%;height:5px;width:5px}@keyframes badgePulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes dotBlink{0%,to{opacity:1}50%{opacity:.4}}.card-logo-container{align-items:center;background:#fff;border:1px solid #f0f0f0;border-radius:12px;display:flex;height:350px;justify-content:center;margin-bottom:1rem;overflow:hidden;padding:2.5rem;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1)}.logo-background{background:radial-gradient(circle,#8b691408 0,#0000 70%);height:120%;left:50%;opacity:0;position:absolute;top:50%;transform:translate(-50%,-50%);transition:opacity .4s ease;width:120%}.app-card:hover .logo-background{animation:pulse 2s ease-in-out infinite;opacity:1}@keyframes pulse{0%,to{transform:translate(-50%,-50%) scale(1)}50%{transform:translate(-50%,-50%) scale(1.1)}}.app-card:hover .card-logo-container{background:#fff;border-color:#e0e0e0;box-shadow:0 8px 24px #8b69141f;transform:translateY(-5px)}.card-logo{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;filter:drop-shadow(0 2px 8px rgba(0,0,0,.1)) contrast(1.05) brightness(1.02);height:auto;image-rendering:-webkit-optimize-contrast;image-rendering:high-quality;max-height:100%;max-width:100%;object-fit:contain;object-position:center;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1);width:auto;z-index:2}.app-card:hover .card-logo{filter:drop-shadow(0 4px 16px rgba(0,0,0,.15)) contrast(1.05) brightness(1.02);transform:scale(1.05)}.card-content{margin-bottom:1rem;text-align:center}.card-title{color:#2c3e50;font-family:Poppins,sans-serif;font-size:1.1rem;font-weight:600;line-height:1.3;margin-bottom:.4rem;transition:color .3s ease}.app-card:hover .card-title{color:#8b6914}.card-description{color:#7a7a7a;font-size:.85rem;line-height:1.4}.card-footer{border-top:1px solid #f0f0f0;justify-content:center;padding-top:.8rem}.card-footer,.launch-button{align-items:center;display:flex}.launch-button{background:linear-gradient(135deg,#8b6914,#b8860b);border:none;border-radius:10px;box-shadow:0 3px 12px #8b691440;color:#fff;cursor:pointer;font-family:Inter,sans-serif;font-size:.9rem;font-weight:600;gap:.5rem;overflow:hidden;padding:.65rem 1.5rem;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.launch-button:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s ease;width:100%}.launch-button:hover:before{left:100%}.launch-button:hover{background:linear-gradient(135deg,#b8860b,#8b6914);box-shadow:0 6px 20px #8b691459;transform:translateX(3px)}.launch-icon{height:16px;transition:transform .3s ease;width:16px}.launch-button:hover .launch-icon{transform:translate(2px,-2px)}.footer{animation:fadeIn 1s ease-out .8s both;color:#666;margin-top:2rem;padding:1.5rem 1rem 1rem;position:relative;text-align:center;z-index:10}.footer-text{color:#555;font-size:.9rem;font-weight:500;margin-bottom:.2rem}.footer-text:first-child{color:#8b6914;font-size:1.1rem;font-weight:700;margin-bottom:.5rem}.footer-subtext{color:#777;font-size:.85rem}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (min-width:1400px){.apps-grid{grid-template-columns:repeat(5,1fr)}}@media (min-width:1200px) and (max-width:1399px){.apps-grid{grid-template-columns:repeat(4,1fr)}}@media (min-width:1024px) and (max-width:1199px){.apps-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:768px) and (max-width:1023px){.apps-grid{gap:1rem;grid-template-columns:repeat(2,1fr)}.app-card{padding:1.2rem}.card-logo-container{height:280px;padding:2rem}}@media (max-width:767px){.app-container{padding:1rem}.header-logo{max-width:100%}.subtitle-container{font-size:1rem;gap:.4rem;margin-top:.5rem;padding:0 1rem}.subtitle-word:first-child,.subtitle-word:nth-child(3){font-size:.95rem!important}.subtitle-word:nth-child(2){font-size:1.4rem!important}.subtitle-word:nth-child(4),.subtitle-word:nth-child(5),.subtitle-word:nth-child(6){font-size:1.2rem!important}.apps-grid{gap:1rem;grid-template-columns:1fr}.app-card{padding:1.2rem}.card-logo-container{height:240px;padding:1.5rem}.card-title{padding:1.2rem}.card-logo-container{height:130px;padding:1rem}.card-title{font-size:1.05rem}.card-description{font-size:.8rem}}@media (min-height:900px){.app-container{padding:2rem 2rem 1rem}.header,.search-container{margin-bottom:2rem}.apps-grid{gap:1.5rem}.card-logo-container{height:320px;padding:2.5rem}}@media (min-width:1600px){.apps-grid{grid-template-columns:repeat(5,1fr);max-width:1800px}}@media print{.launch-button,.search-container{display:none}.app-card{break-inside:avoid;page-break-inside:avoid}}
/*# sourceMappingURL=main.5982170d.css.map*/