.app{min-height:100vh;padding:1rem;position:relative;background-image:url(./W1%20-%20Light%20-%20Red-BxadBDwW.png);background-size:cover;background-position:center;background-attachment:fixed}@media (min-width: 768px){.app{padding:2rem}}.baroque-overlay{position:fixed;top:0;left:0;right:0;bottom:0;z-index:0}.container{max-width:1400px;margin:0 auto;position:relative;z-index:1}.header{text-align:center;color:#fff;margin-bottom:3rem;text-shadow:0 4px 12px rgba(0,0,0,.8);position:relative}.company-logo{font-size:1.2rem;font-weight:700;color:#e0e0e0;margin-bottom:.5rem;letter-spacing:3px;text-transform:uppercase}.header h1{font-size:1.8rem;margin-bottom:.5rem;color:#fff;font-weight:700;letter-spacing:.5px;line-height:1.3}.header p{font-size:1rem;color:#b0b0b0;font-weight:300;line-height:1.4}@media (min-width: 768px){.company-logo{font-size:1.5rem;margin-bottom:1rem}.header h1{font-size:3rem;letter-spacing:1px}.header p{font-size:1.2rem}}.search-form{background:#14141ed9;padding:1.5rem;border-radius:12px;box-shadow:0 10px 40px #00000080;margin-bottom:1.5rem;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@media (min-width: 768px){.search-form{padding:2rem;border-radius:16px;margin-bottom:2rem}}.input-group{display:flex;flex-direction:column;gap:.75rem}@media (min-width: 768px){.input-group{flex-direction:row;gap:1rem}}.app-id-input{flex:1;padding:.875rem 1rem;font-size:1rem;border:2px solid rgba(255,255,255,.2);border-radius:10px;transition:all .3s;background:#0a0a1499;color:#fff;width:100%}@media (min-width: 768px){.app-id-input{padding:1rem 1.5rem;font-size:1.1rem;border-radius:12px}}.app-id-input::placeholder{color:#888}.app-id-input:focus{outline:none;border-color:#4a90e2;box-shadow:0 0 0 3px #4a90e233;background:#0a0a14cc}.submit-btn{padding:.875rem 1.5rem;font-size:1rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#4a90e2,#357abd);border:none;border-radius:10px;cursor:pointer;transition:all .3s;box-shadow:0 4px 15px #4a90e24d;width:100%}@media (min-width: 768px){.submit-btn{padding:1rem 2.5rem;font-size:1.1rem;border-radius:12px;width:auto}}.submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #4a90e280}.submit-btn:disabled{opacity:.5;cursor:not-allowed}.error{color:#ff6b6b;margin-top:1rem;padding:1rem;background:#ff6b6b1a;border-radius:8px;border-left:4px solid #ff6b6b;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.results{animation:fadeIn .5s}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2rem}.stat-card{background:#14141ed9;padding:1.25rem 1rem;border-radius:12px;text-align:center;box-shadow:0 5px 20px #00000080;transition:transform .3s;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@media (min-width: 768px){.stat-card{padding:2rem;border-radius:16px}}.stat-card:hover{transform:translateY(-5px);border-color:#4a90e280}.stat-number{font-size:2rem;font-weight:700;color:#4a90e2}@media (min-width: 768px){.stat-number{font-size:3rem}}.stat-label{color:#b0b0b0;font-size:.9rem;margin-top:.35rem;font-weight:500}@media (min-width: 768px){.stat-label{font-size:1.1rem;margin-top:.5rem}}.view-filters{display:flex;gap:1rem;margin-bottom:2rem;justify-content:center;flex-wrap:wrap}.filter-btn{padding:.75rem 1rem;background:#14141ed9;border:2px solid rgba(255,255,255,.2);border-radius:10px;cursor:pointer;font-weight:600;font-size:.85rem;transition:all .3s;color:#b0b0b0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);flex:1;min-width:100px}@media (min-width: 768px){.filter-btn{padding:1rem 2rem;border-radius:12px;font-size:1rem;flex:initial;min-width:initial}}.filter-btn:hover{border-color:#4a90e2;color:#fff}.filter-btn.active{background:linear-gradient(135deg,#4a90e2,#357abd);color:#fff;border-color:transparent;box-shadow:0 4px 15px #4a90e266}.countries-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.country-card{background:#14141ed9;border-radius:12px;padding:1rem;box-shadow:0 3px 15px #00000080;transition:all .3s;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);overflow:hidden}@media (min-width: 768px){.country-card{padding:1.5rem}}.country-card:hover{transform:translateY(-5px);box-shadow:0 5px 25px #000000b3;border-color:#4a90e266}.country-card.unavailable{opacity:.5}.country-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem;padding-bottom:.75rem;border-bottom:2px solid rgba(255,255,255,.1)}@media (min-width: 768px){.country-header{gap:.75rem;margin-bottom:1rem;padding-bottom:1rem}}.country-flag{font-size:1.2rem;font-weight:700;color:#4a90e2;flex-shrink:0}@media (min-width: 768px){.country-flag{font-size:1.5rem}}.country-name{flex:1;font-weight:600;font-size:.95rem;color:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (min-width: 768px){.country-name{font-size:1.1rem}}.availability-badge{font-size:1.5rem}.country-details{display:flex;gap:.65rem;flex-direction:column}@media (min-width: 480px){.country-details{flex-direction:row;gap:.85rem}}.app-icon{width:55px;height:55px;border-radius:10px;box-shadow:0 2px 10px #0000001a;flex-shrink:0;align-self:center}@media (min-width: 768px){.app-icon{width:70px;height:70px;border-radius:14px;align-self:flex-start}}.app-info{flex:1;min-width:0;text-align:center}@media (min-width: 480px){.app-info{text-align:left}}.app-name{font-size:.9rem;font-weight:600;color:#fff;margin-bottom:.3rem;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:1.25}@media (min-width: 768px){.app-name{font-size:1rem;margin-bottom:.4rem}}.price{color:#4a90e2;font-weight:600;font-size:.8rem;margin-bottom:.2rem}@media (min-width: 768px){.price{font-size:.9rem;margin-bottom:.25rem}}.developer{color:#4a90e2;font-size:.7rem;margin-bottom:.25rem;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:1.2;font-weight:500}@media (min-width: 768px){.developer{font-size:.85rem;margin-bottom:.3rem}}.version,.genre{color:#b0b0b0;font-size:.7rem;margin-bottom:.15rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.update-date{color:#b0b0b0;font-size:.7rem;margin-bottom:.15rem;line-height:1.2}@media (min-width: 768px){.version,.genre{font-size:.85rem;margin-bottom:.2rem}.update-date{font-size:.8rem;margin-bottom:.2rem}}.store-link{display:inline-block;margin-top:.3rem;color:#4a90e2;text-decoration:none;font-weight:500;font-size:.7rem;transition:all .3s;line-height:1.2}@media (min-width: 768px){.store-link{margin-top:.4rem;font-size:.85rem}}.store-link:hover{color:#5fa3e8;transform:translate(3px)}.screenshots{margin-top:.75rem;padding-top:.75rem;border-top:1px solid rgba(255,255,255,.1);width:100%}.screenshots-title{font-size:.85rem;color:#b0b0b0;margin-bottom:.5rem;font-weight:600}@media (min-width: 768px){.screenshots-title{font-size:.95rem;margin-bottom:.75rem}}.screenshots-gallery{display:flex;gap:.5rem;overflow-x:auto;padding-bottom:.5rem;scrollbar-width:thin;scrollbar-color:#4a90e2 rgba(255,255,255,.1)}.screenshots-gallery::-webkit-scrollbar{height:6px}.screenshots-gallery::-webkit-scrollbar-track{background:#ffffff1a;border-radius:3px}.screenshots-gallery::-webkit-scrollbar-thumb{background:#4a90e2;border-radius:3px}.screenshots-gallery::-webkit-scrollbar-thumb:hover{background:#5fa3e8}.screenshot-img{height:120px;width:auto;border-radius:8px;flex-shrink:0;cursor:pointer;transition:all .3s;border:2px solid rgba(255,255,255,.1)}@media (min-width: 768px){.screenshot-img{height:150px;border-radius:10px}}.screenshot-img:hover{transform:scale(1.05);border-color:#4a90e2;box-shadow:0 4px 12px #4a90e266}.screenshots-empty{margin-top:.75rem;padding:.5rem;text-align:center;color:#888;font-size:.75rem;opacity:.7}.screenshots-empty p{margin:0}@media (max-width: 768px){.countries-grid{grid-template-columns:1fr}.stats{grid-template-columns:repeat(3,1fr)}}@media (max-width: 480px){.stats{grid-template-columns:1fr}.view-filters{gap:.5rem}}*{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;background:#0a0a0a;min-height:100vh}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
