:root{--header-h: 64px}@media (min-width: 1024px){:root{--header-h: 72px}}.page-container{width:min(92%,1200px);margin:0 auto 32px;color:#c6d4df;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial,Helvetica,sans-serif;padding-top:calc(var(--header-h) + 16px)}.page-title{font-size:clamp(20px,2.2vw,24px);color:#fff;border-bottom:1px solid #2b4d63;padding-bottom:6px;margin:0 0 14px;letter-spacing:.2px}.launcher-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:14px}@media (min-width: 600px){.launcher-grid{grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:16px}}@media (min-width: 1024px){.launcher-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:18px}}.launcher-card{position:relative;overflow:hidden;border-radius:10px;cursor:pointer;background:#0f151a;border:1px solid #1e2f3b;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.launcher-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00000059;background:#14202a}.launcher-card:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}.launcher-image{width:100%;aspect-ratio:16 / 9;object-fit:cover;display:block;transition:transform .25s ease}.launcher-card:hover .launcher-image{transform:scale(1.03)}.launcher-footer{display:flex;align-items:center;padding:9px 10px;background:#0000008c;-webkit-backdrop-filter:saturate(120%) blur(.5px);backdrop-filter:saturate(120%) blur(.5px)}.launcher-name{font-weight:600;font-size:13px;color:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}@media (hover: hover) and (pointer: fine){.launcher-footer{opacity:.9;transition:opacity .2s ease,background .2s ease}.launcher-card:hover .launcher-footer{opacity:1;background:#000000b3}}@media (max-width: 380px){.launcher-name{font-size:12.5px}}.alert-banner{display:flex;align-items:flex-start;gap:10px;background:#1e5a8240;border:1px solid rgba(90,170,220,.4);color:#d9f0ff;padding:12px 16px;border-radius:8px;font-size:14px;line-height:1.45;margin-bottom:20px;box-shadow:0 2px 6px #00000040;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.alert-icon{font-size:20px;line-height:1;flex-shrink:0}.alert-text{flex:1}.alert-banner.warning{background:#825a0040;border-color:#ffbe3c99;color:#fff5d0}.alert-banner.error{background:#781e1e4d;border-color:#ff787880;color:#ffe2e2}@media (min-width: 1024px){.alert-banner{font-size:15px;padding:14px 18px}}.gd-container{display:flex;gap:30px;padding:25px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:#c6d4df;background-color:#1b2838;max-width:90%;width:1000px;margin:0 auto;margin-bottom:2vh;margin-top:10vh}.gd-left{flex:2;display:flex;flex-direction:column;gap:15px;width:50%}.gd-right{flex:1;display:flex;flex-direction:column;gap:15px;justify-content:flex-start;width:50%;margin-top:10vh}.gd-title{font-size:2rem;color:#fff}.gd-carouselContainer{position:relative;display:flex;align-items:center;gap:10px}.gd-mainImageContainer{width:100%;height:400px;background-color:#0e0e0e;border-radius:6px;overflow:hidden;box-shadow:0 4px 12px #00000080;position:relative;display:flex;align-items:center;justify-content:center}.gd-mainImage{max-width:100%;max-height:100%;object-fit:contain}.gd-arrow{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;background-color:#2a475ecc;color:#c6d4df;border:none;border-radius:4px;cursor:pointer;font-size:1.5rem;display:flex;align-items:center;justify-content:center;transition:background .2s;z-index:10}.gd-arrow:hover{background-color:#3b5a72e6}.gd-arrow.left{left:10px}.gd-arrow.right{right:10px}.gd-thumbs{display:flex;gap:8px;margin-top:10px;overflow-x:auto;padding-bottom:5px}.gd-thumb{width:100px;height:60px;object-fit:cover;border-radius:4px;cursor:pointer;opacity:.6;transition:opacity .2s,border .2s}.gd-thumb.active,.gd-thumb:hover{opacity:1;border:2px solid #66c0f4}.gd-buttons{display:flex;gap:10px;align-items:center}.gd-btn{padding:10px 22px;border:none;border-radius:4px;font-weight:700;cursor:pointer;color:#fff;font-size:1rem;transition:all .2s;box-shadow:0 2px 5px #0006}.gd-btn.play{background-color:#5cba47;background-image:linear-gradient(to bottom,#5cba47,#4a9d3d)}.gd-btn.play:hover{background-image:linear-gradient(to bottom,#70d05a,#5cba47);box-shadow:0 4px 10px #00000080}.gd-btn.download{background-color:#2a475e;background-image:linear-gradient(to bottom,#2a475e,#1f3346)}.gd-btn.download:hover{background-image:linear-gradient(to bottom,#3b5a72,#2a475e);box-shadow:0 4px 10px #00000080}.gd-btn.domador{background-color:#4f62c0;background-image:linear-gradient(to bottom,#4f62c0,#3e4f9c);width:fit-content;padding:8px 16px}.gd-btn.domador:hover{background-image:linear-gradient(to bottom,#6677d1,#4f62c0);box-shadow:0 4px 10px #00000080}.gd-btn:disabled{opacity:.5;cursor:not-allowed}.gd-desc{font-size:1rem;line-height:1.5;color:#c6d4df;overflow-y:auto;max-height:250px;padding-right:5px}.gd-downloads{font-size:.85rem;color:#8899a6}@media (max-width: 800px){.gd-container{flex-direction:column;align-items:center;padding:20px}.gd-left,.gd-right{width:100%}.gd-mainImageContainer{height:300px}.gd-title{font-size:1.8rem}.gd-btn{font-size:.95rem;padding:8px 16px}}@media (max-width: 768px){.gd-mainImageContainer{height:250px}.gd-thumb{width:80px;height:50px}.gd-title{font-size:1.5rem}.gd-btn{font-size:.9rem;padding:6px 12px}}@media (max-width: 480px){.gd-container{padding:15px;gap:15px}.gd-mainImageContainer{height:200px}.gd-thumb{width:70px;height:45px}.gd-title{font-size:1.3rem}.gd-buttons{flex-direction:column;gap:8px}.gd-btn{width:100%;text-align:center;padding:8px 0;font-size:.9rem}.gd-btn.domador{width:fit-content}}*,*:before,*:after{box-sizing:border-box}.stoem-navbar{background:#171a21;box-shadow:0 2px 5px #0000004d;position:fixed;top:0;left:0;width:100%;z-index:10}.stoem-navbar-content{display:flex;justify-content:space-between;align-items:center;padding:12px 40px;max-width:1280px;margin:0 auto;width:100%;box-sizing:border-box}.stoem-navbar-logo{height:35px;cursor:pointer;transition:transform .2s ease}.stoem-navbar-logo:hover{transform:scale(1.05)}.stoem-navbar-links{display:flex;gap:25px}.stoem-navbar-links a{color:#c6d4df;text-decoration:none;font-size:14px;transition:color .2s ease}.stoem-navbar-links a:hover{color:#66c0f4}@media (max-width: 768px){.stoem-navbar-content{padding:10px 20px}.stoem-navbar-links{gap:15px}.stoem-navbar-links a{font-size:13px}.stoem-navbar-logo{height:30px}}@media (max-width: 480px){.stoem-navbar-content{padding:8px 16px}.stoem-navbar-links{display:none}.stoem-navbar-logo{height:28px}}.app-selector-wrapper,.app-selector-menu,.app-selector-item,.app-selector-item span{font-family:Roboto,sans-serif}.app-selector-wrapper{position:relative;z-index:1000}.app-selector-button{width:40px;height:40px;border-radius:50%;border:none;background-color:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s,box-shadow .2s}.app-selector-button:hover{background-color:#0000000d;box-shadow:0 2px 4px #0000001a}.app-selector-menu{position:absolute;right:0;display:grid;grid-template-columns:repeat(2,1fr);gap:12px;padding:16px;background-color:#fff;border-radius:16px;box-shadow:0 8px 24px #00000026;min-width:220px;z-index:1000;border:7px solid #f2f5f6}@keyframes scaleFade{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.app-selector-item{display:flex;flex-direction:column;align-items:center;justify-content:center;text-decoration:none;color:#333;transition:background-color .15s,transform .15s;border-radius:12px;width:100px;height:100px;box-sizing:border-box}.app-selector-item:hover{background-color:#0000000d}.app-icon-wrapper{width:56px;height:56px;border-radius:50%;background-color:#f5f5f5;display:flex;align-items:center;justify-content:center;margin-bottom:0}.app-icon-wrapper img{width:40px;height:40px;object-fit:contain}.app-selector-item span{font-size:.85rem;text-align:center;line-height:1.1;margin-top:2px;display:block}@media (max-width: 768px){.app-selector-menu{grid-template-columns:repeat(2,1fr);gap:10px;padding:14px;min-width:180px}.app-icon-wrapper{width:48px;height:48px}.app-icon-wrapper img{width:28px;height:28px}.app-selector-item span{font-size:.8rem}}@media (max-width: 480px){.app-selector-menu{grid-template-columns:repeat(2,1fr);gap:8px;padding:12px;min-width:160px}.app-icon-wrapper{width:44px;height:44px}.app-icon-wrapper img{width:26px;height:26px}.app-selector-item span{font-size:.75rem}}body{margin:0;background:#1b2838 url(https://i.gyazo.com/a16a4858dd9337f12ee2ce985f25dea1.png) top center no-repeat;font-family:Arial,Helvetica,sans-serif;color:#c6d4df}a{color:inherit;text-decoration:none}.app{min-height:100vh}
