*{box-sizing:border-box;margin:0;padding:0}body{background:#f5e6e0;color:#2f3542;font-family:"Inter","PingFang SC","Noto Sans SC","Microsoft YaHei",sans-serif;font-size:1rem;line-height:1.65;-webkit-font-smoothing:antialiased;display:flex;flex-direction:column;min-height:100vh}main{flex:1}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.container{max-width:1200px;margin:0 auto;padding:0 16px}@media(min-width: 768px){.container{padding:0 24px}}.site-header{background:#fff;border-bottom:1px solid rgba(255,107,139,.15);padding:10px 0}@media(min-width: 768px){.site-header{padding:14px 0}}.site-header .container{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.site-header .logo{font-size:1.25rem;font-weight:700;color:#ff6b8b;flex-shrink:0;order:1}@media(min-width: 768px){.site-header .logo{font-size:1.5rem}}.site-footer{background:#fff;border-top:1px solid rgba(255,107,139,.15);padding:32px 0;margin-top:48px}.site-footer .container{display:flex;flex-direction:column;gap:24px}@media(min-width: 768px){.site-footer .container{flex-direction:row;justify-content:space-between;align-items:flex-start}}.site-footer__logo{font-size:1.25rem;font-weight:700;color:#ff6b8b}.site-footer__contact-title{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:rgba(47,53,66,.35);margin-bottom:10px}.site-footer__contact-list{list-style:none;display:flex;flex-direction:column;gap:8px}.site-footer__contact-list li{font-size:.875rem;color:rgba(47,53,66,.6)}.site-footer__contact-list a{color:rgba(47,53,66,.6);transition:color .2s}.site-footer__contact-list a:hover{color:#ff6b8b}.site-search{order:3;width:100%;display:flex;gap:8px}@media(min-width: 768px){.site-search{order:4;width:auto;flex:none;max-width:360px;margin-left:20px}}.site-search__input{flex:1;min-width:0;padding:7px 14px;border:2px solid rgba(255,107,139,.3);border-radius:20px;font-size:.875rem;font-family:inherit;outline:none;transition:border-color .2s}.site-search__input:focus{border-color:#ff6b8b}.site-search__btn{padding:7px 14px;border-radius:20px;background:#ff6b8b;color:#fff;font-size:.875rem;font-family:inherit;font-weight:600;border:none;cursor:pointer;white-space:nowrap}.site-search__btn:hover{filter:brightness(0.9)}.site-nav{order:2;margin-left:auto;flex-shrink:0;display:flex;gap:16px}@media(min-width: 768px){.site-nav{order:2;margin-left:auto}}.site-nav__link{font-size:.875rem;font-weight:600;color:rgba(47,53,66,.55);transition:color .2s}.site-nav__link:hover{color:#ff6b8b}@media(min-width: 768px){.site-nav__link{font-size:.9375rem}}.breadcrumb{display:flex;align-items:center;gap:6px;padding:14px 0;font-size:.875rem;color:rgba(47,53,66,.5)}@media(min-width: 768px){.breadcrumb{gap:8px;padding:20px 0;font-size:.9375rem}}.breadcrumb a{color:#ff6b8b}.breadcrumb a:hover{text-decoration:underline}.cosplay-hero{display:grid;grid-template-columns:1fr;gap:20px;margin-bottom:32px}@media(min-width: 768px){.cosplay-hero{grid-template-columns:1fr 1fr;gap:40px;margin-bottom:48px}}.cosplay-hero__media{border-radius:12px;overflow:hidden;background:#ffa07a}.cosplay-hero__img{width:100%;aspect-ratio:1/1;object-fit:contain}.cosplay-hero__video{width:100%;max-height:400px;object-fit:contain}@media(min-width: 768px){.cosplay-hero__video{max-height:600px}}.cosplay-hero__info{display:flex;flex-direction:column;justify-content:center;gap:10px}@media(min-width: 768px){.cosplay-hero__info{gap:12px}}.cosplay-hero__ip{font-size:.875rem;color:#ff6b8b;font-weight:600}.cosplay-hero__name{font-size:1.625rem;font-weight:700;color:#2f3542}@media(min-width: 768px){.cosplay-hero__name{font-size:2.25rem}}.cosplay-hero__character{font-size:1rem;color:rgba(47,53,66,.6)}.product-summary{border-top:1px solid rgba(255,107,139,.15);padding-top:14px}.product-summary+.product-summary{border-top:none;padding-top:0}.product-summary__label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:rgba(47,53,66,.4);margin-bottom:8px}.product-summary__list{list-style:none;display:flex;flex-direction:column;gap:8px}.product-summary__item{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.product-summary__name{font-size:.875rem;font-weight:500;color:#2f3542;flex:1;min-width:0}.product-summary__buy{font-size:.75rem;font-weight:700;color:#ff6b8b;white-space:nowrap;transition:opacity .2s}.product-summary__buy:hover{opacity:.75}.product-section{margin-bottom:32px}@media(min-width: 768px){.product-section{margin-bottom:48px}}.product-section__title{font-size:1rem;font-weight:600;border-left:4px solid #ff6b8b;padding-left:12px;margin-bottom:16px}@media(min-width: 768px){.product-section__title{font-size:1.125rem;margin-bottom:24px}}.product-list{display:grid;grid-template-columns:1fr;gap:16px}@media(min-width: 480px){.product-list{grid-template-columns:repeat(auto-fill, minmax(240px, 1fr))}}@media(min-width: 768px){.product-list{grid-template-columns:repeat(auto-fill, minmax(280px, 1fr));gap:20px}}.product-card{background:#fff;border-radius:12px;border:1px solid rgba(255,107,139,.2);box-shadow:0 4px 16px rgba(0,0,0,.08);overflow:hidden}.product-card__gallery{position:relative;aspect-ratio:1/1;background:#f5e6e0}.product-card__img{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;padding:12px;opacity:0;transition:opacity .3s}.product-card__img.active{opacity:1}.product-card__body{padding:12px;display:flex;flex-direction:column;gap:8px}@media(min-width: 768px){.product-card__body{padding:16px;gap:10px}}.product-card__name{font-size:.9375rem;font-weight:600;color:#2f3542}@media(min-width: 768px){.product-card__name{font-size:1rem}}.product-card__stock{font-size:.75rem;font-weight:600;padding:3px 10px;border-radius:20px;width:fit-content}.product-card__stock--in-stock{background:#e8f5e9;color:#2e7d32}.product-card__stock--pre-sale{background:#fff3e0;color:#e65100}.product-card__stock--out-stock{background:#fce4ec;color:#c62828}.product-card__gender{font-size:.75rem;font-weight:600;padding:3px 10px;border-radius:20px;width:fit-content}.product-card__gender--women{background:#f3e5f5;color:#7b1fa2}.product-card__gender--man{background:#e3f2fd;color:#1565c0}.product-card__gender--unisex{background:#e0f2f1;color:#00695c}.product-card__main-btn{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;border-radius:20px;border:2px solid rgba(112,161,255,.4);background:rgba(0,0,0,0);color:#70a1ff;font-size:.875rem;font-family:inherit;font-weight:600;cursor:pointer;transition:all .2s}.product-card__main-btn:hover{background:rgba(112,161,255,.08);border-color:#70a1ff}.product-card__buy{display:inline-block;background:#ff6b8b;color:#fff;padding:8px 20px;border-radius:20px;font-size:.9375rem;font-weight:600;text-align:center;transition:background .2s}.product-card__buy:hover{background:#ff3863}.category-section{margin:28px 0}@media(min-width: 768px){.category-section{margin:48px 0}}.category-section .category-title{font-size:1rem;font-weight:600;color:#2f3542;border-left:4px solid #ff6b8b;padding-left:12px;margin-bottom:16px}@media(min-width: 768px){.category-section .category-title{font-size:1.125rem;margin-bottom:24px}}.ip-grid{display:grid;grid-template-columns:1fr;gap:12px}@media(min-width: 768px){.ip-grid{grid-template-columns:repeat(auto-fill, minmax(250px, 1fr));gap:20px}}.ip-card{position:relative;background:#f5e6e0;border-radius:12px;border:1px solid rgba(255,107,139,.2);box-shadow:0 4px 16px rgba(0,0,0,.08)}.ip-card:hover{z-index:2}.ip-card:hover .ip-card__logo{transform:scale(1.2) translateY(-10%)}.ip-card .ip-card__badge{position:absolute;top:8px;right:8px;width:24px;height:24px;border-radius:50%;background:#70a1ff;color:#fff;font-size:.7rem;font-weight:700;display:flex;align-items:center;justify-content:center;z-index:1}@media(min-width: 768px){.ip-card .ip-card__badge{width:28px;height:28px;font-size:.75rem;top:10px;right:10px}}.ip-card .ip-card__logo{width:100%;aspect-ratio:16/9;object-fit:contain;padding:12px;transition:transform .35s ease}@media(min-width: 768px){.ip-card .ip-card__logo{padding:16px}}.ip-card .ip-card__name{padding:10px;font-size:.875rem;font-weight:600;text-align:center;color:#2f3542}@media(min-width: 768px){.ip-card .ip-card__name{padding:12px;font-size:.9375rem}}.ip-hero{display:flex;flex-direction:column;align-items:flex-start;gap:16px;padding:24px 0 20px}@media(min-width: 768px){.ip-hero{flex-direction:row;align-items:center;gap:24px;padding:40px 0 32px}}.ip-hero__logo{width:100%;height:auto;object-fit:contain;border-radius:12px;padding:10px}@media(min-width: 768px){.ip-hero__logo{width:180px;height:180px;padding:12px}}.ip-hero__name{font-size:1.625rem;font-weight:700;color:#2f3542}@media(min-width: 768px){.ip-hero__name{font-size:2.25rem}}.ip-hero__abbr{display:block;font-size:.9375rem;font-weight:500;color:rgba(47,53,66,.5);margin-top:4px}.ip-hero__stats{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}@media(min-width: 768px){.ip-hero__stats{gap:16px;margin-top:12px}}.ip-hero__stat{font-size:.875rem;color:#fff;background:#ff6b8b;padding:4px 12px;border-radius:20px}@media(min-width: 768px){.ip-hero__stat{font-size:.9375rem}}.ip-nav{display:flex;flex-direction:column;gap:10px;margin-top:40px;margin-bottom:32px}@media(min-width: 1024px){.ip-nav{position:fixed;top:50vh;left:0;right:0;transform:translateY(-50%);flex-direction:row;justify-content:space-between;padding:0 16px;pointer-events:none;margin:0;z-index:100}}.ip-nav__btn{padding:7px 16px;border-radius:20px;border:2px solid rgba(255,107,139,.4);color:#ff6b8b;font-size:.875rem;font-weight:600;transition:all .2s;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:fit-content;align-self:flex-start}.ip-nav__btn--next{align-self:flex-end}.ip-nav__btn:hover{background:#ff6b8b;border-color:#ff6b8b;color:#fff}@media(min-width: 1024px){.ip-nav__btn{pointer-events:all;max-width:200px;align-self:auto;background:#fff;box-shadow:0 4px 16px rgba(0,0,0,.08)}.ip-nav__btn--next{align-self:auto}}.character-filter-bar{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}@media(min-width: 768px){.character-filter-bar{margin-bottom:20px}}.character-filter-bar__btn{padding:5px 12px;border-radius:20px;border:2px solid rgba(255,107,139,.4);background:rgba(0,0,0,0);color:#2f3542;font-size:.875rem;font-family:inherit;font-weight:600;cursor:pointer;transition:all .2s}@media(min-width: 768px){.character-filter-bar__btn{padding:6px 16px;font-size:.9375rem}}.character-filter-bar__btn:hover{border-color:#ff6b8b;color:#ff6b8b}.character-filter-bar__btn.active{background:#ff6b8b;border-color:#ff6b8b;color:#fff}.view-toggle{display:flex;gap:8px;margin-bottom:16px}@media(min-width: 768px){.view-toggle{margin-bottom:24px}}.view-toggle__btn{padding:7px 16px;border-radius:20px;border:2px solid #ff6b8b;background:rgba(0,0,0,0);color:#ff6b8b;font-size:.875rem;font-family:inherit;font-weight:600;cursor:pointer;transition:all .2s}@media(min-width: 768px){.view-toggle__btn{padding:8px 20px;font-size:.9375rem}}.view-toggle__btn.active,.view-toggle__btn:hover{background:#ff6b8b;color:#fff}.cosplay-grid{display:grid;grid-template-columns:1fr;gap:12px}@media(min-width: 768px){.cosplay-grid{grid-template-columns:repeat(auto-fill, minmax(200px, 1fr));gap:16px}}.cosplay-card{position:relative;background:#f5e6e0;border-radius:12px;border:1px solid rgba(255,107,139,.2);box-shadow:0 4px 16px rgba(0,0,0,.08);display:flex;flex-direction:column}.cosplay-card:hover{z-index:2}.cosplay-card:hover .cosplay-card__img{transform:scale(1.2) translateY(-10%)}.cosplay-card__img{width:100%;aspect-ratio:1/1;object-fit:contain;padding:8px;transition:transform .35s ease}@media(min-width: 768px){.cosplay-card__img{padding:12px}}.cosplay-card__no-img{width:100%;aspect-ratio:1/1;background:#f5e6e0;display:flex;align-items:center;justify-content:center;color:rgba(47,53,66,.4);font-size:.8rem}.cosplay-card__name{padding:8px 12px 4px;font-size:.875rem;font-weight:600;color:#2f3542}@media(min-width: 768px){.cosplay-card__name{padding:12px 16px 6px;font-size:.9375rem}}.cosplay-card__sub{margin-top:auto;padding:0 12px 6px;font-size:.75rem;color:rgba(47,53,66,.45)}@media(min-width: 768px){.cosplay-card__sub{padding:0 16px 6px}}.cosplay-card__tags{display:flex;flex-wrap:wrap;gap:4px;padding:0 8px 8px}@media(min-width: 768px){.cosplay-card__tags{padding:0 12px 12px}}.cosplay-card__tag{font-size:.75rem;font-weight:600;padding:2px 6px;border-radius:20px;background:rgba(112,161,255,.15);color:#70a1ff}@media(min-width: 768px){.cosplay-card__tag{padding:2px 8px}}.character-section{margin:28px 0}@media(min-width: 768px){.character-section{margin:40px 0}}.character-title{font-size:1rem;font-weight:600;color:#ff6b8b;border-left:4px solid #ff6b8b;padding-left:12px;margin-bottom:16px}@media(min-width: 768px){.character-title{font-size:1.125rem;margin-bottom:20px}}.character-filter-section{margin:32px 0}@media(min-width: 768px){.character-filter-section{margin:48px 0}}.character-filter-header{display:flex;flex-direction:column;gap:12px;margin-bottom:16px}@media(min-width: 768px){.character-filter-header{flex-direction:row;align-items:center;justify-content:space-between;margin-bottom:24px}}.section-title{font-size:1rem;font-weight:600;border-left:4px solid #ff6b8b;padding-left:12px}@media(min-width: 768px){.section-title{font-size:1.125rem}}.character-search{padding:8px 16px;border:2px solid rgba(255,107,139,.3);border-radius:20px;font-size:.9375rem;font-family:inherit;outline:none;width:100%;transition:border-color .2s}@media(min-width: 768px){.character-search{width:220px}}.character-search:focus{border-color:#ff6b8b}.character-grid{display:grid;grid-template-columns:1fr;gap:12px}@media(min-width: 768px){.character-grid{grid-template-columns:repeat(auto-fill, minmax(160px, 1fr));gap:16px}}.character-card{position:relative;background:#f5e6e0;border-radius:12px;border:1px solid rgba(255,107,139,.2);box-shadow:0 4px 16px rgba(0,0,0,.08)}.character-card:hover{z-index:2}.character-card:hover .character-card__img{transform:scale(1.2) translateY(-10%)}.character-card__img{width:100%;aspect-ratio:1/1;object-fit:contain;padding:6px;transition:transform .35s ease}@media(min-width: 768px){.character-card__img{padding:8px}}.character-card__no-img{width:100%;aspect-ratio:1/1;background:#f5e6e0;display:flex;align-items:center;justify-content:center;color:rgba(47,53,66,.4);font-size:.75rem}.character-card__body{padding:8px 10px}@media(min-width: 768px){.character-card__body{padding:10px 12px}}.character-card__name{font-size:.875rem;font-weight:600;color:#2f3542}@media(min-width: 768px){.character-card__name{font-size:.9375rem}}.character-card__ip{font-size:.75rem;color:rgba(47,53,66,.5);margin-top:2px}.related-ips{margin-top:48px;padding-top:32px;border-top:1px solid rgba(255,107,139,.15)}.related-ips__title{font-size:1rem;font-weight:600;border-left:4px solid #ff6b8b;padding-left:12px;margin-bottom:16px}@media(min-width: 768px){.related-ips__title{font-size:1.125rem;margin-bottom:24px}}.related-cosplays{margin-top:48px;padding-top:32px;border-top:1px solid rgba(255,107,139,.15)}.related-cosplays__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}@media(min-width: 768px){.related-cosplays__head{margin-bottom:24px}}.related-cosplays__title{font-size:1rem;font-weight:600;border-left:4px solid #ff6b8b;padding-left:12px;margin-bottom:0}@media(min-width: 768px){.related-cosplays__title{font-size:1.125rem;margin-bottom:0}}.img-dialog{border:none;border-radius:12px;padding:0;width:fit-content;max-width:94vw;flex-direction:column;box-shadow:0 20px 60px rgba(0,0,0,.3);overflow:hidden;position:fixed;top:50%;left:50%;transform:translate(-50%, -50%);margin:0}.img-dialog[open]{display:flex}.img-dialog::backdrop{background:rgba(0,0,0,.7);backdrop-filter:blur(4px)}.img-dialog__header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid rgba(255,107,139,.12);flex-shrink:0}@media(min-width: 768px){.img-dialog__header{padding:14px 20px}}.img-dialog__title{font-size:.875rem;font-weight:600;color:#2f3542}@media(min-width: 768px){.img-dialog__title{font-size:.9375rem}}.img-dialog__close{width:28px;height:28px;border-radius:50%;border:none;background:rgba(47,53,66,.08);color:#2f3542;font-size:.9rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s;flex-shrink:0}@media(min-width: 768px){.img-dialog__close{width:30px;height:30px;font-size:1rem}}.img-dialog__close:hover{background:rgba(47,53,66,.18)}.img-dialog__viewer{position:relative;background:#111;display:flex;align-items:center;justify-content:center}.img-dialog__current{display:block;max-width:94vw;max-height:70vh;object-fit:contain}.img-dialog__nav{position:absolute;top:50%;transform:translateY(-50%);width:32px;height:32px;border-radius:50%;border:none;background:rgba(255,255,255,.85);color:#2f3542;font-size:1.3rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:1;transition:background .2s}@media(min-width: 768px){.img-dialog__nav{width:40px;height:40px;font-size:1.6rem}}.img-dialog__nav:hover{background:#fff}.img-dialog__nav--prev{left:8px}@media(min-width: 768px){.img-dialog__nav--prev{left:12px}}.img-dialog__nav--next{right:8px}@media(min-width: 768px){.img-dialog__nav--next{right:12px}}.img-dialog__thumbs{display:flex;gap:6px;padding:10px 12px;overflow-x:auto;flex-shrink:0;border-top:1px solid rgba(255,107,139,.12);background:#fafafa}@media(min-width: 768px){.img-dialog__thumbs{gap:8px;padding:12px 16px}}.img-dialog__thumbs::-webkit-scrollbar{height:4px}.img-dialog__thumbs::-webkit-scrollbar-thumb{background:rgba(255,107,139,.3);border-radius:2px}.img-dialog__thumb{width:52px;height:52px;object-fit:contain;border-radius:6px;border:2px solid rgba(0,0,0,0);cursor:pointer;flex-shrink:0;background:#fff;transition:border-color .2s}@media(min-width: 768px){.img-dialog__thumb{width:64px;height:64px}}.img-dialog__thumb.active{border-color:#ff6b8b}.img-dialog__thumb:hover{border-color:rgba(255,107,139,.5)}.error-404__code{font-size:3.5rem;font-weight:700;color:rgba(255,107,139,.35);line-height:1;margin-bottom:4px}@media(min-width: 768px){.error-404__code{font-size:5rem}}.home-hero{text-align:center;padding:48px 0 40px}@media(min-width: 768px){.home-hero{padding:72px 0 56px}}.home-hero__title{font-size:2rem;font-weight:700;color:#2f3542;margin-bottom:12px}@media(min-width: 768px){.home-hero__title{font-size:2.75rem}}.home-hero__sub{font-size:1rem;color:rgba(47,53,66,.55);max-width:480px;margin:0 auto 28px}@media(min-width: 768px){.home-hero__sub{font-size:1.125rem}}.home-hero__actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.home-hero__btn{padding:10px 24px;border-radius:24px;border:2px solid rgba(255,107,139,.5);color:#ff6b8b;font-size:.9375rem;font-weight:600;transition:all .2s}.home-hero__btn:hover{border-color:#ff6b8b;background:rgba(255,107,139,.06)}.home-hero__btn--primary{background:#ff6b8b;border-color:#ff6b8b;color:#fff}.home-hero__btn--primary:hover{filter:brightness(0.92)}.collection-stats{display:grid;grid-template-columns:repeat(3, 1fr);background:#fff;border:1px solid rgba(255,107,139,.15);border-radius:12px;box-shadow:0 4px 16px rgba(0,0,0,.08);overflow:hidden;margin-bottom:48px}@media(min-width: 768px){.collection-stats{margin-bottom:64px}}.collection-stats__item{display:flex;flex-direction:column;align-items:center;padding:20px 12px;gap:4px}.collection-stats__item+.collection-stats__item{border-left:1px solid rgba(255,107,139,.12)}@media(min-width: 768px){.collection-stats__item{padding:32px 24px}}.collection-stats__icon{font-size:1.5rem;color:rgba(255,107,139,.7);margin-bottom:4px}@media(min-width: 768px){.collection-stats__icon{font-size:2rem}}.collection-stats__num{font-size:1.5rem;font-weight:700;color:#ff6b8b;line-height:1}@media(min-width: 480px){.collection-stats__num{font-size:1.75rem}}@media(min-width: 768px){.collection-stats__num{font-size:2.5rem}}.collection-stats__label{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.07em;color:rgba(47,53,66,.45)}@media(min-width: 768px){.collection-stats__label{font-size:.75rem}}.home-section{margin-bottom:48px}@media(min-width: 768px){.home-section{margin-bottom:64px}}.home-section__head{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:20px}@media(min-width: 768px){.home-section__head{margin-bottom:28px}}.home-section__title{font-size:1.125rem;font-weight:700;color:#2f3542}@media(min-width: 768px){.home-section__title{font-size:1.375rem}}.home-section__more{font-size:.875rem;font-weight:600;color:#ff6b8b;transition:opacity .2s}.home-section__more:hover{opacity:.75}.search-section{margin-bottom:40px}.search-section__title{font-size:1rem;font-weight:600;border-left:4px solid #ff6b8b;padding-left:12px;margin-bottom:16px}@media(min-width: 768px){.search-section__title{font-size:1.125rem;margin-bottom:24px}}.list-header{display:flex;flex-direction:column;gap:12px;padding:20px 0 16px}@media(min-width: 768px){.list-header{flex-direction:row;align-items:center;justify-content:space-between;padding:28px 0 20px}}.list-title{font-size:1.375rem;font-weight:700;color:#2f3542}@media(min-width: 768px){.list-title{font-size:1.625rem}}.filter-bar{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}.filter-bar--secondary{margin-bottom:16px}.filter-bar__btn{padding:5px 12px;border-radius:20px;border:2px solid rgba(255,107,139,.4);background:rgba(0,0,0,0);color:#2f3542;font-size:.875rem;font-family:inherit;font-weight:600;cursor:pointer;transition:all .2s}@media(min-width: 768px){.filter-bar__btn{padding:6px 16px;font-size:.9375rem}}.filter-bar__btn:hover{border-color:#ff6b8b;color:#ff6b8b}.filter-bar__btn.active{background:#ff6b8b;border-color:#ff6b8b;color:#fff}.list-toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.results-count{font-size:.875rem;color:rgba(47,53,66,.45)}.empty-state{grid-column:1/-1;text-align:center;padding:40px 0;color:rgba(47,53,66,.4);font-size:.9375rem}.pagination{display:flex;align-items:center;justify-content:center;gap:6px;margin-top:32px;padding-bottom:24px}.pagination__btn{padding:7px 16px;border-radius:20px;border:2px solid rgba(255,107,139,.4);background:#fff;color:#ff6b8b;font-size:.875rem;font-family:inherit;font-weight:600;cursor:pointer;transition:all .2s}.pagination__btn:hover{background:#ff6b8b;border-color:#ff6b8b;color:#fff}.pagination__page{width:36px;height:36px;border-radius:50%;border:2px solid rgba(0,0,0,0);background:rgba(0,0,0,0);color:rgba(47,53,66,.6);font-size:.875rem;font-family:inherit;font-weight:600;cursor:pointer;transition:all .2s}.pagination__page:hover{border-color:rgba(255,107,139,.4);color:#ff6b8b}.pagination__page.active{background:#ff6b8b;border-color:#ff6b8b;color:#fff}.pagination__ellipsis{width:36px;height:36px;display:flex;align-items:center;justify-content:center;color:rgba(47,53,66,.4);font-size:.875rem}/*# sourceMappingURL=main.css.map */
