.mobile-header{display:none}@media (max-width:768px){.mobile-header{background:linear-gradient(135deg,#180b28 0%,#180f35 100%);padding:16px 16px 5px;display:block}}.mobile-content-header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.characters-title{color:#ff80a0;margin:0;font-size:20px;font-weight:600}.nsfw-toggle{align-items:center;display:flex}.toggle-switch{position:relative}.toggle-switch input[type=checkbox]{display:none}.toggle-switch .toggle-slider{cursor:pointer;background:#fd769b;border-radius:18px;justify-content:center;align-items:center;width:90px;height:36px;transition:background .3s;display:flex;position:relative}.toggle-switch .toggle-slider .nsfw-text{color:#fff;z-index:2;font-size:13px;font-weight:600;position:relative}.toggle-switch .toggle-slider:before{content:"";opacity:.9;background:#fff;border-radius:50%;width:30px;height:30px;transition:transform .3s;position:absolute;top:3px;left:3px}.toggle-switch input[type=checkbox]:checked+.toggle-slider{background:#fd769b}.toggle-switch input[type=checkbox]:checked+.toggle-slider:before{transform:translate(54px)}.toggle-switch input[type=checkbox]:not(:checked)+.toggle-slider{background:#ffffff4d}.toggle-switch input[type=checkbox]:not(:checked)+.toggle-slider .nsfw-text{color:#fffc}.mobile-search-overlay{z-index:9999;padding-top:var(--mobile-header-total-height);background:#000c;align-items:flex-start;display:flex;position:fixed;inset:0}@media (max-width:768px){.mobile-search-overlay{display:flex}}@media (min-width:769px){.mobile-search-overlay{display:none}}.mobile-search-modal{background:linear-gradient(135deg,#180b28 0%,#180f35 100%);border-radius:0 0 16px 16px;width:100%;margin:0 16px;padding:16px;box-shadow:0 8px 32px #00000080}.mobile-search-header{align-items:center;gap:12px;display:flex}.mobile-search-input{color:#fff;background:#ffffff1a;border:1px solid #fff3;border-radius:20px;outline:none;flex:1;padding:12px 16px;font-size:16px}.mobile-search-input::placeholder{color:#fff9}.mobile-search-input:focus{border-color:#ff1479;box-shadow:0 0 0 2px #ff147933}.mobile-search-close{color:#fff;cursor:pointer;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:18px;display:flex}.mobile-search-close:hover{background:#fff3}.mobile-filter-section{align-items:center;display:flex}.mobile-filter-section .filter-left-group{flex-wrap:nowrap;flex:1;align-items:center;display:flex;overflow:visible}.mobile-filter-section .filter-right-nsfw{align-items:center;gap:6px;margin-left:auto;display:flex}.mobile-filter-section .filter-divider{background:#ffffff4d;flex-shrink:0;width:1px;height:20px;margin:0 10px}@media (max-width:768px){.mobile-tags-section{background:#190c2c;width:100%;margin-top:12px;margin-bottom:10px;padding:10px;position:absolute;left:0}.mobile-tags-section .filter-tags-secondary{align-items:flex-start;gap:8px;min-height:20px;display:flex}.mobile-tags-section .filter-tags-secondary.collapsed{flex-wrap:nowrap}.mobile-tags-section .filter-tags-secondary.collapsed>div:first-child{flex-wrap:wrap;flex:1;gap:8px;min-width:0;display:flex}.mobile-tags-section .filter-tags-secondary.expanded{flex-wrap:wrap}.mobile-tags-section .filter-tags-secondary.expanded>div:first-child{flex-wrap:wrap;gap:8px;width:auto;display:flex}.mobile-tags-section .filter-tags-secondary.expanded>div:first-child .more-tag{flex-shrink:0!important;order:unset!important;color:#d969db!important;float:none!important;background:0 0!important;border:none!important;margin-left:4px!important;display:inline-flex!important}.mobile-tags-section .filter-tags-secondary.expanded>div:first-child .more-tag .more-arrow{color:#d969db!important}.mobile-tags-section .filter-tags-secondary .more-tag{white-space:nowrap;order:999;flex-shrink:0!important;margin-left:auto!important}}.mobile-dropdown{display:inline-block;position:relative}.mobile-dropdown:first-child,.mobile-dropdown:nth-child(3){width:100%;max-width:130px}.mobile-dropdown:first-child .mobile-filter-btn,.mobile-dropdown:nth-child(3) .mobile-filter-btn{width:100%;text-align:left!important}.mobile-dropdown:first-child .mobile-filter-btn .filter-text,.mobile-dropdown:nth-child(3) .mobile-filter-btn .filter-text{flex:1;text-align:left!important}.mobile-dropdown:first-child .mobile-dropdown-menu,.mobile-dropdown:nth-child(3) .mobile-dropdown-menu{width:100%;min-width:100%;max-width:100%;left:0;right:0}.mobile-filter-btn{color:#fffc;cursor:pointer;text-overflow:ellipsis;border:1px solid #fff3;border-radius:20px;flex-shrink:0;justify-content:space-between;align-items:center;gap:8px;min-height:36px;padding:8px 12px;font-size:14px;transition:all .3s;display:flex;overflow:hidden;white-space:nowrap!important;background:#ffffff1a!important}@media (max-width:768px){.mobile-filter-btn{border-radius:12px;gap:6px;height:24px;min-height:24px;padding:0 8px 0 10px;font-size:12px}}.mobile-filter-btn .filter-icon{font-size:12px}.mobile-filter-btn .filter-icon-svg{opacity:1;filter:brightness();margin-right:4px;width:24px!important;height:24px!important}@media (max-width:768px){.mobile-filter-btn .filter-icon-svg{margin-right:-5px;width:20px!important;height:20px!important}}.mobile-filter-btn .filter-text{text-overflow:ellipsis;font-weight:400;overflow:hidden;white-space:nowrap!important}.mobile-filter-btn .filter-arrow{color:#fff;opacity:1;font-size:10px;transition:transform .2s}@media (max-width:768px){.mobile-filter-btn .filter-arrow{font-size:8px}}.mobile-filter-btn .filter-arrow.rotate{transform:rotate(180deg)}.mobile-filter-btn:hover{border-color:#ffffff4d;background:#ffffff26!important}.mobile-filter-btn:hover .filter-icon-svg{opacity:1}.mobile-filter-btn.active{color:#fff;border-color:#fff6;background:#ffffff1a!important}.mobile-filter-btn.active .filter-text,.mobile-filter-btn.active .filter-arrow{color:#fff}.mobile-filter-btn.active .filter-icon-svg{opacity:1;filter:brightness(1.1)}.mobile-dropdown-menu{z-index:99999;background:#312543;border:1px solid #50455f;border-radius:12px;min-width:140px;max-width:200px;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow:hidden;box-shadow:0 4px 12px #0000004d}.mobile-dropdown:first-child .mobile-dropdown-menu,.mobile-dropdown:nth-child(3) .mobile-dropdown-menu{width:130px;min-width:130px}.mobile-dropdown-menu .mobile-dropdown-item{color:#fff;cursor:pointer;text-align:left;background:0 0;border:none;justify-content:flex-start;align-items:center;gap:6px;width:100%;padding:6px 8px 6px 6px;font-size:12px;font-weight:400;transition:background-color .2s;display:flex;position:relative;white-space:nowrap!important}.mobile-dropdown-menu .mobile-dropdown-item .dropdown-item-icon{opacity:1;filter:brightness();flex-shrink:0;width:20px!important;height:20px!important}.mobile-dropdown-menu .mobile-dropdown-item .dropdown-item-text{text-align:left;color:#fff;text-overflow:ellipsis;flex:1;margin-left:3px;overflow:hidden;white-space:nowrap!important}.mobile-dropdown-menu .mobile-dropdown-item .check-icon{color:#fff;flex-shrink:0;margin-left:8px;font-size:20px;font-weight:700}@media (max-width:768px){.mobile-dropdown-menu .mobile-dropdown-item .check-icon{margin-left:0;font-size:10px}}.mobile-dropdown-menu .mobile-dropdown-item:hover:not(.selected){color:#fff;background:0 0}.mobile-dropdown-menu .mobile-dropdown-item:hover:not(.selected):before{content:"";z-index:-1;background:#453a55;border-radius:8px;position:absolute;inset:1px 4px}.mobile-dropdown-menu .mobile-dropdown-item:hover:not(.selected) .dropdown-item-text{color:#fff}.mobile-dropdown-menu .mobile-dropdown-item:hover:not(.selected) .dropdown-item-icon{opacity:1;filter:brightness(1.1)}.mobile-dropdown-menu .mobile-dropdown-item.selected{color:#fff;background:0 0;position:relative}.mobile-dropdown-menu .mobile-dropdown-item.selected:before{content:"";z-index:-1;background:#453a55;border-radius:8px;position:absolute;inset:3px 4px}.mobile-dropdown-menu .mobile-dropdown-item.selected .dropdown-item-text{color:#fff}.mobile-dropdown-menu .mobile-dropdown-item.selected .dropdown-item-icon{opacity:1;filter:brightness(1.2)}.mobile-dropdown-menu .mobile-dropdown-item:first-child{border-top-left-radius:12px;border-top-right-radius:12px}.mobile-dropdown-menu .mobile-dropdown-item:first-child:before{border-top-left-radius:8px;border-top-right-radius:8px}.mobile-dropdown-menu .mobile-dropdown-item:last-child{border-bottom-right-radius:12px;border-bottom-left-radius:12px}.mobile-dropdown-menu .mobile-dropdown-item:last-child:before{border-bottom-right-radius:8px;border-bottom-left-radius:8px}.center-spacer{flex:1;display:flex}.mobile-filter-tags-secondary{flex-wrap:wrap;align-items:center;gap:8px;margin-top:12px;padding:0 4px;display:flex}.mobile-filter-tags-secondary .mobile-filter-tag{color:#fffc;cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #ffffff4d;border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;height:20px;padding:4px 8px;font-size:12px;font-weight:400;transition:all .3s;display:flex}.mobile-filter-tags-secondary .mobile-filter-tag.active{color:#d969db;background:#93ebe11a;border:1px solid #d969db}.mobile-filter-tags-secondary .mobile-filter-tag.new{position:relative}.mobile-filter-tags-secondary .mobile-filter-tag.new:after{content:"";background:#ff1479;border-radius:50%;width:6px;height:6px;position:absolute;top:-2px;right:-2px}.mobile-filter-tags-secondary .mobile-filter-tag:hover:not(.active){color:#fff;border-color:#ffffff80}.mobile-filter-tags-secondary .mobile-filter-tag.more-tag{cursor:pointer;white-space:nowrap;flex-shrink:0;align-items:center;gap:4px;margin-left:auto;padding:4px 8px;transition:all .3s;display:flex;color:#d969db!important;background:0 0!important;border:none!important}.mobile-filter-tags-secondary .mobile-filter-tag.more-tag:hover{color:#d969db!important;background:0 0!important}.mobile-filter-tags-secondary .mobile-filter-tag.more-tag .more-arrow{font-size:12px;line-height:1;color:#d969db!important}
/*# sourceMappingURL=2eecaijjw1eup.css.map*/