.Header-module__ldgnoG__header{z-index:100;justify-content:space-between;align-items:center;height:64px;padding:0 2rem;transition:all .3s;display:flex;position:sticky;top:0;left:0;right:0}.Header-module__ldgnoG__logo{color:var(--foreground);cursor:pointer;z-index:10;flex-shrink:0;align-items:center;gap:.75rem;font-size:1.5rem;font-weight:800;text-decoration:none;display:flex;position:relative}.Header-module__ldgnoG__logo span{background:linear-gradient(135deg,var(--accent),#fbbf24);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.Header-module__ldgnoG__logoIcon{justify-content:center;align-items:center;transition:transform .3s;display:flex}.Header-module__ldgnoG__logo:hover .Header-module__ldgnoG__logoIcon{transform:scale(1.1)rotate(10deg)}.Header-module__ldgnoG__nav{flex-shrink:0;align-items:center;gap:1.5rem;display:flex}.Header-module__ldgnoG__langSwitch{background:var(--card-bg);border:1px solid var(--card-border);color:var(--foreground);cursor:pointer;border-radius:99px;align-items:center;gap:.5rem;padding:.4rem .8rem;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}.Header-module__ldgnoG__langSwitch:hover{border-color:var(--accent);transform:translateY(-1px)}@media (max-width:640px){.Header-module__ldgnoG__header{height:56px;padding:0 .75rem}.Header-module__ldgnoG__logo{font-size:1.25rem}.Header-module__ldgnoG__logo span{display:none}.Header-module__ldgnoG__nav{gap:.5rem}.Header-module__ldgnoG__langSwitch{padding:.3rem .6rem;font-size:.75rem}}@media (max-width:480px){.Header-module__ldgnoG__header{height:52px;padding:0 .5rem}.Header-module__ldgnoG__logo{gap:.5rem;font-size:1.125rem}.Header-module__ldgnoG__nav{gap:.25rem}.Header-module__ldgnoG__langSwitch{padding:.25rem .5rem;font-size:.6875rem}}@media (max-width:360px){.Header-module__ldgnoG__header{height:48px}.Header-module__ldgnoG__logo{font-size:1rem}.Header-module__ldgnoG__langSwitch{padding:.2rem .4rem;font-size:.625rem}}@media (hover:none) and (pointer:coarse){.Header-module__ldgnoG__logo{align-items:center;min-height:44px;display:flex}.Header-module__ldgnoG__logo:active{opacity:.7}.Header-module__ldgnoG__langSwitch{min-width:44px;min-height:44px}.Header-module__ldgnoG__langSwitch:active{opacity:.6;transform:scale(.98)}}@supports (padding:env(safe-area-inset-top)){.Header-module__ldgnoG__header{padding-top:env(safe-area-inset-top);padding-left:max(.75rem,env(safe-area-inset-left));padding-right:max(.75rem,env(safe-area-inset-right))}}@media (max-height:500px) and (orientation:landscape){.Header-module__ldgnoG__header{height:48px}.Header-module__ldgnoG__logo{font-size:1.125rem}.Header-module__ldgnoG__langSwitch{padding:.25rem .5rem;font-size:.75rem}}
.SearchBar-module__KdGN3G__searchBox{z-index:20;width:100%;max-width:400px;position:relative}.SearchBar-module__KdGN3G__input{border:1px solid var(--card-border);background:var(--card-bg);width:100%;color:var(--foreground);border-radius:99px;outline:none;padding:.6rem 2.5rem .6rem 1rem;font-size:.9375rem;transition:all .2s}.SearchBar-module__KdGN3G__input:focus{border-color:var(--accent);background:var(--background)}.SearchBar-module__KdGN3G__searchButton{color:var(--muted);cursor:pointer;z-index:25;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:.4rem;transition:all .2s;display:flex;position:absolute;top:50%;right:.4rem;transform:translateY(-50%)}.SearchBar-module__KdGN3G__searchButton:hover{color:var(--accent);background:#3b82f61a}.SearchBar-module__KdGN3G__searchButton:active{transform:translateY(-50%)scale(.95)}@media (max-width:640px){.SearchBar-module__KdGN3G__searchBox{flex:1;min-width:0;max-width:none;margin:0 .75rem}.SearchBar-module__KdGN3G__input{padding:.5rem 2.25rem .5rem .75rem;font-size:16px}.SearchBar-module__KdGN3G__searchButton{right:.3rem}}@media (max-width:480px){.SearchBar-module__KdGN3G__searchBox{margin:0 .25rem}.SearchBar-module__KdGN3G__input{padding:.5rem 2rem .5rem .625rem;font-size:16px}.SearchBar-module__KdGN3G__searchButton{right:.2rem}}@media (max-width:360px){.SearchBar-module__KdGN3G__input{padding:.4rem 1.75rem .4rem .5rem}.SearchBar-module__KdGN3G__searchButton{padding:.3rem;right:.15rem}}@media (hover:none) and (pointer:coarse){.SearchBar-module__KdGN3G__input{min-height:44px}.SearchBar-module__KdGN3G__input:focus{box-shadow:0 0 0 3px #3b82f626}.SearchBar-module__KdGN3G__searchButton{min-width:36px;min-height:36px}}@media (max-height:500px) and (orientation:landscape){.SearchBar-module__KdGN3G__input{padding:.4rem 2rem .4rem .75rem}}
.detail-module__jdlbPa__container{box-sizing:border-box;max-width:1000px;margin:0 auto;padding:3rem 2rem;overflow-x:hidden}.detail-module__jdlbPa__title{color:var(--foreground);word-break:break-word;overflow-wrap:anywhere;margin-bottom:2rem;font-size:2rem;font-weight:800;line-height:1.3}.detail-module__jdlbPa__highlight{color:var(--accent);background:#3b82f640;border-radius:.25rem;padding:.1em .2em;font-weight:700}.detail-module__jdlbPa__grid{grid-template-columns:1fr 320px;gap:2rem;display:grid}.detail-module__jdlbPa__main,.detail-module__jdlbPa__sidebar{min-width:0;overflow:hidden}.detail-module__jdlbPa__card{background:var(--card-bg);border:1px solid var(--card-border);box-sizing:border-box;border-radius:1.5rem;margin-bottom:2rem;padding:2rem;overflow:hidden}.detail-module__jdlbPa__card h2{align-items:center;gap:.75rem;margin-bottom:1.5rem;font-size:1.25rem;font-weight:600;display:flex}.detail-module__jdlbPa__magnetSection{flex-direction:column;gap:1rem;display:flex}.detail-module__jdlbPa__magnetBtn{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:1rem;justify-content:center;align-items:center;gap:.75rem;width:100%;padding:1.25rem;font-size:1.125rem;font-weight:700;transition:all .2s;display:flex}.detail-module__jdlbPa__magnetBtn:hover{background:var(--accent-hover);transform:translateY(-2px);box-shadow:0 10px 15px -3px #3b82f666}.detail-module__jdlbPa__magnetBtn.detail-module__jdlbPa__copied{background:#22c55e;box-shadow:0 10px 15px -3px #22c55e66}.detail-module__jdlbPa__magnetBtn.detail-module__jdlbPa__copied:hover{background:#16a34a}.detail-module__jdlbPa__infoTable{border-collapse:collapse;width:100%}.detail-module__jdlbPa__infoTable tr{border-bottom:1px solid var(--card-border)}.detail-module__jdlbPa__infoTable tr:last-child{border-bottom:none}.detail-module__jdlbPa__infoTable td{padding:1rem 0;font-size:.9375rem}.detail-module__jdlbPa__infoLabel{color:var(--muted);width:120px;font-weight:500}.detail-module__jdlbPa__infoValue{word-break:break-all;overflow-wrap:anywhere;max-width:100%;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.detail-module__jdlbPa__fileList{flex-direction:column;gap:.5rem;max-height:500px;padding-right:.5rem;display:flex;overflow-y:auto}.detail-module__jdlbPa__fileItem{background:var(--glass-bg);border-radius:.75rem;justify-content:space-between;align-items:center;padding:.75rem 1rem;font-size:.875rem;display:flex}.detail-module__jdlbPa__fileName{text-overflow:ellipsis;white-space:nowrap;flex:1;margin-right:1rem;overflow:hidden}.detail-module__jdlbPa__fileSize{color:var(--muted);flex-shrink:0}.detail-module__jdlbPa__screenshotsGrid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;margin-top:1.5rem;display:grid}.detail-module__jdlbPa__screenshot{aspect-ratio:16/9;border:1px solid var(--card-border);cursor:pointer;background:#000;border-radius:1rem;overflow:hidden}.detail-module__jdlbPa__screenshot img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.detail-module__jdlbPa__screenshot:hover img{transform:scale(1.05)}.detail-module__jdlbPa__showImagesBtn{background:var(--card-bg);border:1px solid var(--card-border);color:var(--foreground);cursor:pointer;border-radius:99px;padding:.75rem 1.5rem;font-weight:600;transition:all .2s}.detail-module__jdlbPa__showImagesBtn:hover{border-color:var(--accent);color:var(--accent)}.detail-module__jdlbPa__shareGrid{gap:.5rem;margin-top:.5rem;display:flex}.detail-module__jdlbPa__shareBtn{border:1px solid var(--card-border);background:var(--card-bg);cursor:pointer;color:var(--foreground);border-radius:.75rem;flex:1;justify-content:center;align-items:center;padding:.75rem;transition:all .2s;display:flex}.detail-module__jdlbPa__shareBtn:hover{transform:translateY(-2px)}.detail-module__jdlbPa__twitter:hover{color:#fff;background:#1da1f2;border-color:#1da1f2}.detail-module__jdlbPa__facebook:hover{color:#fff;background:#1877f2;border-color:#1877f2}.detail-module__jdlbPa__telegram:hover{color:#fff;background:#08c;border-color:#08c}.detail-module__jdlbPa__copy:hover{background:var(--accent);color:#fff;border-color:var(--accent)}.detail-module__jdlbPa__disclaimer{font-size:.875rem}.detail-module__jdlbPa__disclaimer h2{margin-bottom:.75rem;font-size:1rem}.detail-module__jdlbPa__disclaimer p{color:var(--muted);line-height:1.5}.detail-module__jdlbPa__loading{min-height:50vh;color:var(--muted);justify-content:center;align-items:center;font-size:1.125rem;display:flex}.detail-module__jdlbPa__loadingRow{color:var(--muted);align-items:center;gap:.5rem;display:flex}.detail-module__jdlbPa__noImages{color:var(--muted);font-size:.875rem}.detail-module__jdlbPa__icon{flex-shrink:0}@media (max-width:900px){.detail-module__jdlbPa__grid{grid-template-columns:1fr}}@media (max-width:640px){.detail-module__jdlbPa__container{padding:1.5rem 1rem}.detail-module__jdlbPa__title{margin-bottom:1.5rem;font-size:1.5rem}.detail-module__jdlbPa__card{border-radius:1rem;margin-bottom:1.5rem;padding:1.25rem}.detail-module__jdlbPa__magnetBtn{padding:1rem;font-size:1rem}.detail-module__jdlbPa__screenshotsGrid{grid-template-columns:repeat(2,1fr);gap:.75rem}.detail-module__jdlbPa__showImagesBtn{width:100%;padding:1rem 1.25rem}.detail-module__jdlbPa__fileList{max-height:300px}.detail-module__jdlbPa__fileItem{padding:.625rem .75rem;font-size:.8125rem}.detail-module__jdlbPa__shareBtn{padding:.625rem}.detail-module__jdlbPa__infoTable td{width:100%;padding:.25rem 0;display:block}.detail-module__jdlbPa__infoLabel{width:100%;color:var(--muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.1rem;font-size:.8rem}.detail-module__jdlbPa__infoValue{padding-bottom:1rem;font-size:.875rem}.detail-module__jdlbPa__infoTable tr{margin-bottom:.5rem;display:block}}@media (max-width:480px){.detail-module__jdlbPa__container{padding:1rem .75rem}.detail-module__jdlbPa__title{margin-bottom:1.25rem;font-size:1.25rem;line-height:1.4}.detail-module__jdlbPa__card{border-radius:.75rem;margin-bottom:1rem;padding:1rem}.detail-module__jdlbPa__card h2{margin-bottom:1rem;font-size:1rem}.detail-module__jdlbPa__magnetBtn{border-radius:.75rem;padding:.875rem;font-size:.9375rem}.detail-module__jdlbPa__screenshotsGrid{gap:.5rem}.detail-module__jdlbPa__screenshot{border-radius:.75rem}.detail-module__jdlbPa__showImagesBtn{padding:.875rem 1rem;font-size:.875rem}.detail-module__jdlbPa__fileItem{border-radius:.5rem;flex-direction:column;align-items:flex-start;gap:.25rem;padding:.5rem .625rem;font-size:.75rem}.detail-module__jdlbPa__fileName{white-space:normal;word-break:break-word;margin-right:0}.detail-module__jdlbPa__fileSize{margin-left:auto}.detail-module__jdlbPa__shareGrid{gap:.375rem}.detail-module__jdlbPa__shareBtn{border-radius:.5rem;padding:.5rem}.detail-module__jdlbPa__infoValue{font-size:.75rem}}@media (max-width:360px){.detail-module__jdlbPa__container{padding:.75rem .5rem}.detail-module__jdlbPa__title{font-size:1.125rem}.detail-module__jdlbPa__card{padding:.75rem}.detail-module__jdlbPa__magnetBtn{padding:.75rem;font-size:.875rem}.detail-module__jdlbPa__infoValue{font-size:.8125rem}.detail-module__jdlbPa__fileItem{font-size:.6875rem}}@media (hover:none) and (pointer:coarse){.detail-module__jdlbPa__magnetBtn{min-height:52px}.detail-module__jdlbPa__magnetBtn:active{opacity:.7;transform:scale(.98)}.detail-module__jdlbPa__showImagesBtn{min-height:48px}.detail-module__jdlbPa__showImagesBtn:active{background:var(--accent);color:#fff;border-color:var(--accent)}.detail-module__jdlbPa__shareBtn{min-width:48px;min-height:48px}.detail-module__jdlbPa__shareBtn:active{opacity:.7}.detail-module__jdlbPa__screenshot:active img{opacity:.8;transform:none}.detail-module__jdlbPa__fileItem{min-height:44px}}@media (max-height:500px) and (orientation:landscape){.detail-module__jdlbPa__container{padding:1rem 1.5rem}.detail-module__jdlbPa__grid{grid-template-columns:1fr 1fr;gap:1rem}.detail-module__jdlbPa__fileList{max-height:200px}.detail-module__jdlbPa__screenshotsGrid{grid-template-columns:repeat(3,1fr)}}
.page-module___8aEwW__main{flex-direction:column;justify-content:flex-start;align-items:center;min-height:calc(100vh - 64px);padding:8vh 1rem 1rem;display:flex}.page-module___8aEwW__hero{text-align:center;width:100%;max-width:800px}.page-module___8aEwW__title{letter-spacing:-.05em;background:linear-gradient(135deg,var(--accent),#fbbf24);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:3rem;font-weight:900;line-height:1}.page-module___8aEwW__subtitle{color:var(--muted);max-width:600px;margin-bottom:2rem;margin-left:auto;margin-right:auto;font-size:1.125rem}.page-module___8aEwW__searchBox{width:100%;max-width:500px;margin:0 auto;position:relative}.page-module___8aEwW__input{border:1px solid var(--card-border);background:var(--card-bg);width:100%;color:var(--foreground);box-shadow:var(--shadow);border-radius:99px;outline:none;padding:1rem 3rem 1rem 1.5rem;font-size:1rem;transition:all .2s}.page-module___8aEwW__input:focus{border-color:var(--accent);box-shadow:0 0 0 4px #3b82f61a}.page-module___8aEwW__searchButton{color:var(--muted);cursor:pointer;z-index:2;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:flex;position:absolute;top:50%;right:1.25rem;transform:translateY(-50%)}.page-module___8aEwW__searchButton:hover{color:var(--accent);background:#3b82f61a}@media (max-width:768px){.page-module___8aEwW__main{min-height:calc(100vh - 56px);padding:1rem}.page-module___8aEwW__title{margin-bottom:1rem;padding:0 .5rem;font-size:2.25rem}.page-module___8aEwW__subtitle{margin-bottom:1.5rem;padding:0 1rem;font-size:1rem}.page-module___8aEwW__input{padding:.875rem 3rem .875rem 1.25rem;font-size:16px}}@media (max-width:480px){.page-module___8aEwW__title{font-size:1.875rem}.page-module___8aEwW__subtitle{font-size:.9375rem}.page-module___8aEwW__searchBox{max-width:95%}.page-module___8aEwW__searchButton{padding:.375rem}}@media (max-width:360px){.page-module___8aEwW__main{padding:.5rem}.page-module___8aEwW__title{padding:0 .25rem;font-size:1.5rem}.page-module___8aEwW__subtitle{margin-bottom:1rem;padding:0 .75rem;font-size:.875rem}.page-module___8aEwW__input{padding:.75rem 2.5rem .75rem 1rem}}@media (hover:none) and (pointer:coarse){.page-module___8aEwW__input{min-height:52px}.page-module___8aEwW__searchButton{min-width:44px;min-height:44px}.page-module___8aEwW__searchButton:active{opacity:.7;transform:scale(.95)}}@media (max-height:500px) and (orientation:landscape){.page-module___8aEwW__main{min-height:auto;padding:.5rem 1rem}.page-module___8aEwW__hero{padding:1rem 0}.page-module___8aEwW__title{margin-bottom:.5rem;font-size:1.75rem}.page-module___8aEwW__subtitle{margin-bottom:1rem}}.page-module___8aEwW__searchIcon{left:auto;right:1.25rem}@keyframes page-module___8aEwW__fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.page-module___8aEwW__fadeInUp{opacity:0;animation:.5s ease-out forwards page-module___8aEwW__fadeInUp}.page-module___8aEwW__delay1{animation-delay:.1s}.page-module___8aEwW__delay2{animation-delay:.2s}.page-module___8aEwW__delay3{animation-delay:.3s}.page-module___8aEwW__delay4{animation-delay:.4s}.page-module___8aEwW__delay5{animation-delay:.5s}.page-module___8aEwW__delay6{animation-delay:.6s}.page-module___8aEwW__delay7{animation-delay:.7s}.page-module___8aEwW__delay8{animation-delay:.8s}@media (prefers-reduced-motion:reduce){.page-module___8aEwW__fadeInUp{opacity:1;animation:none}}.page-module___8aEwW__features{width:100%;max-width:1000px;margin-top:4rem;padding:2rem 1rem}.page-module___8aEwW__sectionTitle{text-align:center;color:var(--foreground);margin-bottom:2rem;font-size:1.75rem;font-weight:700}.page-module___8aEwW__featureGrid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.page-module___8aEwW__featureCard{background:var(--card-bg);border:1px solid var(--card-border);text-align:center;border-radius:12px;padding:1.5rem;transition:all .2s}.page-module___8aEwW__featureCard:hover{border-color:var(--accent);box-shadow:0 4px 20px #3b82f61a}.page-module___8aEwW__featureIcon{color:var(--accent);margin-bottom:1rem}.page-module___8aEwW__featureCard h3{color:var(--foreground);margin-bottom:.75rem;font-size:1.125rem;font-weight:600}.page-module___8aEwW__featureCard p{color:var(--muted);font-size:.9rem;line-height:1.6}.page-module___8aEwW__howItWorks{text-align:center;width:100%;max-width:800px;margin-top:3rem;padding:2rem 1rem}.page-module___8aEwW__howItWorksDesc{color:var(--muted);max-width:700px;margin:0 auto;font-size:1rem;line-height:1.8}@media (max-width:768px){.page-module___8aEwW__features{margin-top:3rem;padding:1.5rem 1rem}.page-module___8aEwW__featureGrid{grid-template-columns:1fr;gap:1rem}.page-module___8aEwW__sectionTitle{margin-bottom:1.5rem;font-size:1.5rem}.page-module___8aEwW__featureCard{padding:1.25rem}.page-module___8aEwW__howItWorks{margin-top:2rem;padding:1.5rem 1rem}}@media (max-width:480px){.page-module___8aEwW__sectionTitle{font-size:1.25rem}.page-module___8aEwW__featureCard h3{font-size:1rem}.page-module___8aEwW__featureCard p{font-size:.875rem}.page-module___8aEwW__howItWorksDesc{font-size:.9rem}}
@keyframes results-module__b5w8AW__fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes results-module__b5w8AW__fadeIn{0%{opacity:0}to{opacity:1}}.results-module__b5w8AW__layout{grid-template-columns:280px minmax(0,1fr);gap:2rem;max-width:1400px;margin:0 auto;padding:2rem;display:grid}.results-module__b5w8AW__sidebar{flex-direction:column;gap:2rem;display:flex}.results-module__b5w8AW__filters{background:var(--card-bg);border:1px solid var(--card-border);border-radius:1rem;padding:1.5rem}.results-module__b5w8AW__filterGroup{margin-bottom:2rem}.results-module__b5w8AW__filterGroup:last-child{margin-bottom:0}.results-module__b5w8AW__filterTitle{color:var(--muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem;font-size:.875rem;font-weight:700}.results-module__b5w8AW__sortList{flex-direction:column;gap:.5rem;display:flex}.results-module__b5w8AW__sortItem{cursor:pointer;border-radius:.75rem;justify-content:space-between;align-items:center;padding:.75rem 1rem;font-size:.9375rem;transition:all .2s;display:flex}.results-module__b5w8AW__sortItem:hover{background:var(--glass-bg)}.results-module__b5w8AW__sortItemActive{background:var(--accent);color:#fff}.results-module__b5w8AW__results,.results-module__b5w8AW__resultsList{flex-direction:column;gap:1rem;width:100%;min-width:0;display:flex;overflow:hidden}.results-module__b5w8AW__loadingContainer{color:var(--muted);justify-content:center;align-items:center;width:100%;padding:4rem;font-size:1.125rem;animation:.2s ease-out results-module__b5w8AW__fadeIn;display:flex}.results-module__b5w8AW__noResultsContainer{text-align:center;color:var(--muted);background:var(--card-bg);border:1px solid var(--card-border);border-radius:1rem;width:100%;padding:4rem 2rem}.results-module__b5w8AW__header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.results-module__b5w8AW__header h2{font-size:1.5rem;font-weight:700}.results-module__b5w8AW__header h2 span{color:var(--accent)}.results-module__b5w8AW__card{background:var(--card-bg);border:1px solid var(--card-border);cursor:pointer;border-radius:1rem;flex-direction:column;gap:1rem;width:100%;padding:1.5rem;transition:all .2s;animation:.3s forwards results-module__b5w8AW__fadeInUp;display:flex}.results-module__b5w8AW__card:hover{border-color:var(--accent);box-shadow:var(--shadow);transform:translateY(-2px)}.results-module__b5w8AW__cardTitle{color:var(--foreground);word-break:break-word;overflow-wrap:break-word;font-size:1.125rem;font-weight:600;line-height:1.4}.results-module__b5w8AW__highlight{color:var(--accent);background:#3b82f640;border-radius:.25rem;padding:.1em .2em;font-weight:700}.results-module__b5w8AW__cardMeta{color:var(--muted);flex-wrap:wrap;gap:1.5rem;font-size:.875rem;display:flex}.results-module__b5w8AW__metaItem{align-items:center;gap:.4rem;display:flex}.results-module__b5w8AW__pagination{justify-content:center;align-items:center;gap:1rem;margin-top:3rem;margin-bottom:4rem;display:flex}.results-module__b5w8AW__pageBtn{background:var(--card-bg);border:1px solid var(--card-border);cursor:pointer;border-radius:99px;align-items:center;gap:.5rem;padding:.6rem 1.25rem;font-weight:600;transition:all .2s;display:flex}.results-module__b5w8AW__pageBtn:disabled{opacity:.5;cursor:not-allowed}.results-module__b5w8AW__pageBtn:not(:disabled):hover{border-color:var(--accent);color:var(--accent)}@media (max-width:1024px){.results-module__b5w8AW__layout{grid-template-columns:minmax(0,1fr);gap:1.5rem;padding:1.5rem}.results-module__b5w8AW__sidebar{order:-1}.results-module__b5w8AW__filters{padding:1rem}.results-module__b5w8AW__header h2{font-size:1.25rem}.results-module__b5w8AW__card{padding:1rem}.results-module__b5w8AW__cardMeta{gap:1rem}}@media (max-width:640px){.results-module__b5w8AW__layout{padding:.75rem}.results-module__b5w8AW__header{flex-direction:column;align-items:flex-start;gap:.75rem}.results-module__b5w8AW__pagination{flex-flow:wrap;gap:.5rem}.results-module__b5w8AW__pageBtn{flex:1;justify-content:center;min-width:100px;padding:.5rem .75rem;font-size:.875rem}.results-module__b5w8AW__cardMeta{gap:.75rem;font-size:.8125rem}}@media (max-width:360px){.results-module__b5w8AW__layout{padding:.5rem}.results-module__b5w8AW__header h2{font-size:1rem}.results-module__b5w8AW__sortItem{padding:.5rem .75rem;font-size:.8125rem}.results-module__b5w8AW__card{padding:.75rem}.results-module__b5w8AW__cardTitle{font-size:.9375rem}.results-module__b5w8AW__cardMeta{gap:.5rem;font-size:.75rem}.results-module__b5w8AW__pageBtn{min-width:80px;padding:.4rem .6rem;font-size:.8125rem}}@media (hover:none) and (pointer:coarse){.results-module__b5w8AW__card{min-height:80px;padding:1.25rem}.results-module__b5w8AW__card:active{transform:scale(.98)}.results-module__b5w8AW__sortItem{align-items:center;min-height:48px;display:flex}.results-module__b5w8AW__sortItem:active{background:var(--glass-bg);opacity:.8}.results-module__b5w8AW__pageBtn{min-height:48px}.results-module__b5w8AW__pageBtn:active:not(:disabled){opacity:.6;transform:scale(.98)}}@media (max-height:500px) and (orientation:landscape){.results-module__b5w8AW__layout{gap:1rem;padding:1rem}.results-module__b5w8AW__sidebar{flex-direction:row;gap:1rem}.results-module__b5w8AW__filters{flex:1;padding:.75rem}.results-module__b5w8AW__filterGroup{margin-bottom:1rem}.results-module__b5w8AW__sortList{flex-flow:wrap;gap:.5rem}.results-module__b5w8AW__sortItem{padding:.5rem 1rem}.results-module__b5w8AW__card{padding:1rem}.results-module__b5w8AW__pagination{margin-top:2rem;margin-bottom:2rem}}
