.main-frame{max-width:none!important}.sl-container{max-width:none!important;margin-inline:0!important}:root{--sl-content-width:100%!important}.search-container:where(.astro-qymfvevu){flex-direction:column;gap:1.25rem;margin-top:1rem;display:flex}.search-header:where(.astro-qymfvevu){background:var(--sl-color-gray-6);border:1px solid var(--sl-color-gray-5);border-radius:.75rem;flex-direction:column;gap:1rem;padding:1.25rem;display:flex;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.search-bar-row:where(.astro-qymfvevu){align-items:center;gap:.75rem;display:flex}#name-search:where(.astro-qymfvevu){border:1px solid var(--sl-color-gray-4);background:var(--sl-color-gray-7);color:var(--sl-color-white);border-radius:.5rem;flex:1;padding:.5rem 1rem;font-size:.95rem;transition:border-color .2s}#name-search:where(.astro-qymfvevu):focus{border-color:var(--sl-color-accent-high);box-shadow:0 0 0 2px var(--sl-color-accent-low);outline:none}.results-count-pill:where(.astro-qymfvevu){background:var(--sl-color-accent-low);color:var(--sl-color-accent-high);white-space:nowrap;border-radius:999px;padding:.35rem .85rem;font-size:.8rem;font-weight:700}.filter-pills-container:where(.astro-qymfvevu){flex-flow:wrap;gap:2rem;display:flex}.filter-section:where(.astro-qymfvevu){align-items:center;gap:.75rem;display:flex}.filter-label:where(.astro-qymfvevu){color:var(--sl-color-gray-3);font-size:.85rem;font-weight:700}.pill-list:where(.astro-qymfvevu){flex-wrap:wrap;gap:.5rem;display:flex}.pill:where(.astro-qymfvevu){background:var(--sl-color-gray-5);border:1px solid var(--sl-color-gray-4);color:var(--sl-color-gray-2);cursor:pointer;border-radius:999px;padding:.35rem .85rem;font-size:.8rem;transition:all .2s cubic-bezier(.4,0,.2,1)}.pill:where(.astro-qymfvevu):hover{background:var(--sl-color-gray-4);color:var(--sl-color-white);border-color:var(--sl-color-accent-high);box-shadow:0 0 0 2px var(--sl-color-accent-low)}.pill:where(.astro-qymfvevu).active{background:var(--sl-color-accent-high);color:var(--sl-color-text-invert,#000);border-color:var(--sl-color-accent-high);box-shadow:0 4px 12px var(--sl-color-accent-low)}.custom-dropdown:where(.astro-qymfvevu){width:240px;position:relative}.dropdown-trigger:where(.astro-qymfvevu){background:var(--sl-color-gray-5);border:1px solid var(--sl-color-gray-4);width:100%;color:var(--sl-color-gray-2);cursor:pointer;border-radius:.5rem;justify-content:space-between;align-items:center;padding:.5rem 1rem;font-size:.9rem;transition:all .2s;display:flex}.dropdown-trigger:where(.astro-qymfvevu):hover,.dropdown-trigger:where(.astro-qymfvevu).open{background:var(--sl-color-gray-4);color:var(--sl-color-white);border-color:var(--sl-color-accent-high)}.dropdown-trigger:where(.astro-qymfvevu) .chevron:where(.astro-qymfvevu){transition:transform .3s}.dropdown-trigger:where(.astro-qymfvevu).open .chevron:where(.astro-qymfvevu){transform:rotate(180deg)}.dropdown-content:where(.astro-qymfvevu){background:var(--sl-color-gray-6);border:1px solid var(--sl-color-gray-5);z-index:100;backdrop-filter:blur(16px);border-radius:.75rem;width:100%;max-height:300px;padding:.5rem;display:none;position:absolute;top:calc(100% + .5rem);left:0;overflow-y:auto;box-shadow:0 10px 25px -5px #00000080}.dropdown-content:where(.astro-qymfvevu).show{animation:.2s cubic-bezier(0,0,.2,1) slideDown;display:block}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.dropdown-item:where(.astro-qymfvevu){border-radius:.4rem;padding:.5rem .75rem;transition:background .2s}.dropdown-item:where(.astro-qymfvevu):hover{background:var(--sl-color-gray-5)}.checkbox-container:where(.astro-qymfvevu){cursor:pointer;user-select:none;color:var(--sl-color-gray-2);align-items:center;width:100%;padding-left:32px;font-size:.85rem;display:flex;position:relative}.checkbox-container:where(.astro-qymfvevu) input:where(.astro-qymfvevu){opacity:0;cursor:pointer;width:0;height:0;position:absolute}.checkmark:where(.astro-qymfvevu){background-color:var(--sl-color-gray-5);border:1px solid var(--sl-color-gray-4);border-radius:4px;width:18px;height:18px;transition:all .2s;position:absolute;top:50%;left:0;transform:translateY(-50%)}.checkbox-container:where(.astro-qymfvevu):hover input:where(.astro-qymfvevu)~.checkmark:where(.astro-qymfvevu){background-color:var(--sl-color-gray-4)}.checkbox-container:where(.astro-qymfvevu) input:where(.astro-qymfvevu):checked~.checkmark:where(.astro-qymfvevu){background-color:var(--sl-color-accent-high);border-color:var(--sl-color-accent-high)}.checkmark:where(.astro-qymfvevu):after{content:"";display:none;position:absolute}.checkbox-container:where(.astro-qymfvevu) input:where(.astro-qymfvevu):checked~.checkmark:where(.astro-qymfvevu):after{display:block}.checkbox-container:where(.astro-qymfvevu) .checkmark:where(.astro-qymfvevu):after{border:solid var(--sl-color-text-invert,#000);border-width:0 2px 2px 0;width:5px;height:10px;top:2px;left:6px;transform:rotate(45deg)}.label-text:where(.astro-qymfvevu){white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.dropdown-content:where(.astro-qymfvevu)::-webkit-scrollbar{width:6px}.dropdown-content:where(.astro-qymfvevu)::-webkit-scrollbar-track{background:0 0}.dropdown-content:where(.astro-qymfvevu)::-webkit-scrollbar-thumb{background:var(--sl-color-gray-4);border-radius:3px}.dropdown-content:where(.astro-qymfvevu)::-webkit-scrollbar-thumb:hover{background:var(--sl-color-gray-3)}.app-grid:where(.astro-qymfvevu){grid-template-columns:repeat(auto-fill,minmax(280px,1fr));align-items:stretch;gap:1rem;margin-top:1rem;display:grid}@media (width<=640px){.app-grid:where(.astro-qymfvevu){grid-template-columns:1fr}}.app-card:where(.astro-qymfvevu){border:1px solid var(--sl-color-gray-5);border-radius:.75rem;height:100%;transition:transform .3s cubic-bezier(.34,1.56,.64,1),box-shadow .3s;display:flex;position:relative;overflow:hidden;margin:0!important}.app-card:where(.astro-qymfvevu).hidden{display:none}.app-card:where(.astro-qymfvevu):hover{border-color:var(--sl-color-accent-high);transform:translateY(-4px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.app-card-glass:where(.astro-qymfvevu){background:var(--sl-color-gray-6);opacity:.8;backdrop-filter:blur(12px);z-index:0;position:absolute;inset:0}.app-card-content:where(.astro-qymfvevu){z-index:1;flex-direction:column;gap:.1rem;width:100%;padding:.75rem;display:flex;position:relative}.card-header:where(.astro-qymfvevu){align-items:center;gap:.75rem;display:flex}.logo-container:where(.astro-qymfvevu){border-radius:.5rem;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;padding:6px;display:flex;box-shadow:inset 0 2px 4px #0000001a;background:#fff!important}.app-logo:where(.astro-qymfvevu){object-fit:contain;max-width:100%;max-height:100%}.title-area:where(.astro-qymfvevu){flex-direction:column;gap:.1rem;display:flex}.app-title:where(.astro-qymfvevu){color:var(--sl-color-white);font-size:1rem;font-weight:700;line-height:1.2;text-decoration:none}.app-title:where(.astro-qymfvevu):hover{color:var(--sl-color-accent-high)}.type-indicator:where(.astro-qymfvevu){text-transform:uppercase;letter-spacing:.05em;color:var(--sl-color-gray-3);font-size:.6rem;font-weight:700}.app-description:where(.astro-qymfvevu){color:var(--sl-color-gray-3);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.85rem;line-height:1.4;display:-webkit-box;overflow:hidden}.card-footer:where(.astro-qymfvevu){justify-content:space-between;align-items:flex-end;margin-top:auto;padding-top:.25rem;display:flex}.meta-tags:where(.astro-qymfvevu){flex-wrap:wrap;gap:.3rem;display:flex}.mini-tag:where(.astro-qymfvevu){background:var(--sl-color-gray-5);color:var(--sl-color-gray-2);border:1px solid var(--sl-color-gray-4);border-radius:.2rem;padding:.1rem .4rem;font-size:.65rem;text-decoration:none;transition:all .2s}.mini-tag:where(.astro-qymfvevu):hover{background:var(--sl-color-accent-low);color:var(--sl-color-accent-high);border-color:var(--sl-color-accent-high)}.explore-links:where(.astro-qymfvevu){flex-wrap:wrap;gap:.4rem;margin-top:.5rem;display:flex}.explore-link:where(.astro-qymfvevu){border:1px solid var(--sl-color-gray-5);border-radius:.2rem;padding:.1rem .35rem;font-size:.65rem;text-decoration:none;transition:all .2s}.explore-link:where(.astro-qymfvevu).official{color:var(--sl-color-accent-high);border-color:var(--sl-color-accent-low);font-weight:700}.explore-link:where(.astro-qymfvevu).official:hover{background:var(--sl-color-accent-high);color:var(--sl-color-text-invert,#000)}.explore-link:where(.astro-qymfvevu).github{color:#6e5494;border-color:#6e549433;font-weight:700}.explore-link:where(.astro-qymfvevu).github:hover{color:#fff;background:#6e5494}.explore-link:where(.astro-qymfvevu).discord{color:#5865f2;border-color:#5865f233}.explore-link:where(.astro-qymfvevu).discord:hover{color:#fff;background:#5865f2}.explore-link:where(.astro-qymfvevu).qiita{color:#55c500;border-color:#55c50033}.explore-link:where(.astro-qymfvevu).qiita:hover{color:#fff;background:#55c500}.explore-link:where(.astro-qymfvevu).zenn{color:#3ea8ff;border-color:#3ea8ff33}.explore-link:where(.astro-qymfvevu).zenn:hover{color:#fff;background:#3ea8ff}.explore-link:where(.astro-qymfvevu).note{color:#2cb696;border-color:#2cb69633}.explore-link:where(.astro-qymfvevu).note:hover{color:#fff;background:#2cb696}.explore-link:where(.astro-qymfvevu).hatena{color:#008fde;border-color:#008fde33}.explore-link:where(.astro-qymfvevu).hatena:hover{color:#fff;background:#008fde}.explore-link:where(.astro-qymfvevu).telegram{color:#24a1de;border-color:#24a1de33}.explore-link:where(.astro-qymfvevu).telegram:hover{color:#fff;background:#24a1de}.explore-link:where(.astro-qymfvevu).x{color:var(--sl-color-gray-2);border-color:var(--sl-color-gray-4)}.explore-link:where(.astro-qymfvevu).x:hover{color:#fff;background:#000}html[data-theme=dark] .explore-link:where(.astro-qymfvevu).x:hover{color:#000;background:#fff}.explore-link:where(.astro-qymfvevu).threads{color:var(--sl-color-gray-2);border-color:var(--sl-color-gray-4)}.explore-link:where(.astro-qymfvevu).threads:hover{color:#fff;background:#000}html[data-theme=dark] .explore-link:where(.astro-qymfvevu).threads:hover{color:#000;background:#fff}.explore-link:where(.astro-qymfvevu).reddit:hover{color:#fff;background:#ff4500}.explore-link:where(.astro-qymfvevu).wikipedia{color:var(--sl-color-gray-2);border-color:var(--sl-color-gray-4)}.explore-link:where(.astro-qymfvevu).wikipedia:hover{color:#fff;background:#333}html[data-theme=dark] .explore-link:where(.astro-qymfvevu).wikipedia:hover{color:#333;background:#fff}.quick-links:where(.astro-qymfvevu){z-index:2;gap:.4rem;display:flex;position:absolute;top:.5rem;right:.5rem}.quick-link-btn:where(.astro-qymfvevu){background:var(--sl-color-gray-5);border:1px solid var(--sl-color-gray-4);width:28px;height:28px;color:var(--sl-color-gray-3);backdrop-filter:blur(4px);border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex}.quick-link-btn:where(.astro-qymfvevu):hover{color:var(--sl-color-accent-high);background:var(--sl-color-gray-4);border-color:var(--sl-color-accent-high);transform:scale(1.1)}.quick-link-btn:where(.astro-qymfvevu) svg:where(.astro-qymfvevu){width:16px;height:16px}.quick-links:where(.astro-qymfvevu) a:where(.astro-qymfvevu):hover{color:var(--sl-color-accent-high)}@media (width<=640px){.search-header:where(.astro-qymfvevu){padding:1rem}.filter-pills-container:where(.astro-qymfvevu){flex-direction:column;gap:1rem}.filter-section:where(.astro-qymfvevu){flex-direction:column;align-items:flex-start}.custom-dropdown:where(.astro-qymfvevu){width:100%}.app-grid:where(.astro-qymfvevu){grid-template-columns:1fr}}
