:root{--bg-gradient:linear-gradient(135deg, #fdfbfb 0%, #ebedee 100%);--text-primary:#1e293b;--text-secondary:#64748b;--accent-color:#3b82f6;--accent-hover:#2563eb;--card-bg:#ffffffa6;--card-border:#fff6;--card-shadow:0 8px 32px #1f268712}*{box-sizing:border-box;margin:0;padding:0;font-family:Outfit,sans-serif}body{background:var(--bg-gradient);color:var(--text-primary);min-height:100vh;overflow-x:hidden}.glass{background:var(--card-bg);-webkit-backdrop-filter:blur(12px);border:1px solid var(--card-border);box-shadow:var(--card-shadow)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-up{opacity:0;animation:.6s cubic-bezier(.16,1,.3,1) forwards fadeInUp}.delay-100{animation-delay:.1s}.delay-200{animation-delay:.2s}.delay-300{animation-delay:.3s}.container{max-width:1200px;margin:0 auto;padding:2rem}header{justify-content:space-between;align-items:center;padding:2rem 0;display:flex}.logo{background:linear-gradient(135deg,#3b82f6,#8b5cf6);-webkit-text-fill-color:transparent;cursor:pointer;-webkit-background-clip:text;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:800;display:flex}.hero{text-align:center;padding:5rem 0}.hero h1{color:#0f172a;margin-bottom:1.5rem;font-size:3.5rem;font-weight:800;line-height:1.1}.hero h1 span{background:linear-gradient(135deg,#0ea5e9,#6366f1);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.hero p{color:var(--text-secondary);max-width:600px;margin:0 auto 3rem;font-size:1.25rem}.search-container{max-width:500px;margin:0 auto;position:relative}.search-input{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:100%;color:var(--text-primary);background:#ffffff80;border:1px solid #fffc;border-radius:50px;outline:none;padding:1.2rem 1.5rem;font-size:1rem;transition:all .3s;box-shadow:0 4px 15px #0000000d}.search-input:focus{background:#fffc;border-color:#3b82f64d;box-shadow:0 4px 25px #3b82f633}input[type=file].search-input{cursor:pointer;background:#ffffff80;align-items:center;padding:.8rem;display:flex}input[type=file]::file-selector-button{color:#fff;cursor:pointer;background:#3b82f6;border:none;border-radius:50px;margin-left:1rem;margin-right:1rem;padding:.5rem 1.5rem;font-weight:600;transition:all .3s}input[type=file]::file-selector-button:hover{background:#2563eb;transform:scale(1.02)}.apps-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem;margin-top:4rem;display:grid}.app-card{border-radius:24px;padding:2rem;transition:all .4s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden}.app-card:before{content:"";opacity:0;background:linear-gradient(90deg,#3b82f6,#8b5cf6);height:4px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.app-card:hover{background:#ffffffd9;transform:translateY(-8px);box-shadow:0 20px 40px #00000014}.app-card:hover:before{opacity:1}.app-header{align-items:flex-start;gap:1.5rem;margin-bottom:1.5rem;display:flex}.app-icon{object-fit:cover;border-radius:20px;width:80px;height:80px;box-shadow:0 10px 20px #0000001a}.app-info h3{color:#1e293b;margin-bottom:.25rem;font-size:1.5rem;font-weight:700}.app-category{color:#8b5cf6;text-transform:uppercase;letter-spacing:.05em;font-size:.875rem;font-weight:600}.app-rating{color:#f59e0b;align-items:center;gap:.25rem;margin-top:.5rem;font-size:.875rem;font-weight:600;display:flex}.app-description{color:var(--text-secondary);margin-bottom:2rem;font-size:.95rem;line-height:1.6}.download-section{flex-direction:column;gap:.75rem;display:flex}.btn-download{cursor:pointer;border:none;border-radius:14px;justify-content:center;align-items:center;gap:.75rem;width:100%;padding:.875rem;font-size:.95rem;font-weight:600;transition:all .3s;display:flex}.btn-primary{color:#fff;background:#1e293b}.btn-primary:hover{background:#0f172a;transform:scale(1.02)}.btn-secondary{color:#475569;background:#f1f5f9cc}.btn-secondary:hover{color:#1e293b;background:#e2e8f0}.platform-icon{width:18px;height:18px}.details-header{border-radius:24px;margin-top:2rem;padding:3rem;position:relative}.back-btn{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;align-items:center;gap:.5rem;margin-bottom:2rem;font-size:1rem;font-weight:600;transition:color .3s;display:flex}.back-btn:hover{color:var(--accent-color)}.app-header-large{align-items:center;gap:2rem;display:flex}.app-icon-large{object-fit:cover;border-radius:28px;width:120px;height:120px;box-shadow:0 15px 30px #0000001a}.app-info-large h2{color:#0f172a;margin-bottom:.5rem;font-size:2.5rem;font-weight:800}.download-section-large{flex-wrap:wrap;gap:1rem;margin-top:2rem;display:flex}.download-section-large .btn-download{width:auto;padding:1rem 2rem}.details-content{grid-template-columns:1fr 1fr;gap:2rem;margin-top:2rem;padding-bottom:4rem;display:grid}.description-section{border-radius:24px;padding:3rem}.description-section h3{color:#1e293b;margin-bottom:1rem;font-size:1.5rem}.description-section p{color:var(--text-secondary);font-size:1.1rem;line-height:1.8}.features-list{margin-top:1rem;list-style:none}.features-list li{color:var(--text-secondary);align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:1.1rem;display:flex}.screenshots-section h3{color:#1e293b;margin-bottom:1rem;font-size:1.5rem}.screenshots-grid{grid-template-columns:1fr;gap:1.5rem;display:grid}.screenshot-card{border-radius:20px;padding:.5rem;overflow:hidden}.screenshot-card img{border-radius:16px;width:100%;height:auto;display:block}@media (width<=768px){.details-content{grid-template-columns:1fr}.app-header-large{text-align:center;flex-direction:column}.download-section-large{justify-content:center}}.back-btn{color:#3b82f6;cursor:pointer;background:#ffffffb3;border:1px solid #ffffff80;border-radius:50px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.6rem 1.2rem;font-weight:700;transition:all .3s;display:inline-flex;box-shadow:0 4px 10px #0000000d}.back-btn:hover{background:#fff;transform:translate(-5px);box-shadow:0 6px 15px #3b82f626}
