:root{--ac-bg: #0f0f12;--ac-surface: #16161c;--ac-page-bg: #ffffff;--ac-page-fg: #0d0d0d;--ac-text-nav: #313131;--ac-text-muted-ui: #4d4d4d;--ac-text-placeholder: #999999;--ac-page-muted: #5c5c5c;--ac-border: #ebebeb;--ac-input-bg: #f9fafb;--ac-brand-red: #d71926;--ac-brand-red-hover: #b8141e;--ac-font-sans: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--bs-font-sans-serif: var(--ac-font-sans);--ac-container-max-sm: 560px;--ac-container-max-md: 760px;--ac-container-max-lg: 1040px;--ac-container-max-xl: 1280px;--ac-container-max-xxl: 1648px}html{font-family:var(--ac-font-sans)}html[data-theme=dark]{--ac-page-bg: #121218;--ac-page-fg: #e8e8ed;--ac-page-muted: #a1a1aa;--ac-border: #2d2d36;--ac-input-bg: #1e1e26;--ac-text-nav: #e0e0e8;--ac-text-muted-ui: #a1a1aa;--ac-text-placeholder: #8b8b9a}body{font-family:var(--ac-font-sans);background-color:var(--ac-page-bg);color:var(--ac-page-fg);min-height:100vh;display:flex;flex-direction:column;transition:background-color .2s ease,color .2s ease}main{flex:1}@media(min-width:576px){.container{max-width:var(--ac-container-max-sm)}}@media(min-width:768px){.container{max-width:var(--ac-container-max-md)}}@media(min-width:992px){.container{max-width:var(--ac-container-max-lg)}}@media(min-width:1200px){.container{max-width:var(--ac-container-max-xl)}}@media(min-width:1400px){.container{max-width:var(--ac-container-max-xxl)}}.hero{background:linear-gradient(160deg,var(--ac-surface) 0%,var(--ac-bg) 55%);padding-top:3rem;padding-bottom:3rem}@media(min-width:992px){.hero{padding-top:4.5rem;padding-bottom:4.5rem}}.letter-space{letter-spacing:.12em}.ac-header-stack{flex-shrink:0}.ac-topbar{background-color:var(--ac-brand-red);color:#fff}.ac-topbar-inner{min-height:36px;padding-top:.4rem;padding-bottom:.4rem}.ac-topbar-back{display:inline-flex;align-items:center;gap:.4rem;color:#fff;font-size:.75rem;font-weight:600;text-decoration:none;line-height:1.25}.ac-topbar-back:hover,.ac-topbar-back:focus{color:#fff;text-decoration:underline;text-underline-offset:2px}.ac-topbar-back-icon{flex-shrink:0;display:block;margin-top:1px}.ac-theme-switch{position:relative;width:44px;height:24px;padding:0;border:none;background:transparent;cursor:pointer;flex-shrink:0}.ac-theme-switch:focus-visible{outline:2px solid #ffffff;outline-offset:2px;border-radius:12px}.ac-theme-switch__track{display:block;width:44px;height:24px;border-radius:12px;background:#e2e2e2;box-shadow:inset 0 0 0 1px #ffffff73,inset 0 1px 2px #0000000f;position:relative;transition:background .22s ease,box-shadow .22s ease}.ac-theme-switch.is-on .ac-theme-switch__track{background:#3c3c3c;box-shadow:inset 0 0 0 1px #00000059,inset 0 1px #ffffff0f}.ac-theme-switch__thumb{position:absolute;top:2px;left:2px;width:20px;height:20px;border-radius:50%;background:#fff;color:#000;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 2px #0000001f;transition:transform .22s cubic-bezier(.4,0,.2,1),background .22s ease,color .22s ease,box-shadow .22s ease}.ac-theme-switch.is-on .ac-theme-switch__thumb{transform:translate(20px);background:#000;color:#fff;box-shadow:0 1px 3px #00000059}.ac-theme-switch__icon{position:absolute;left:50%;top:50%;width:12px;height:12px;transform:translate(-50%,-50%);pointer-events:none}.ac-theme-switch__icon--sun{opacity:1;transition:opacity .15s ease}.ac-theme-switch__icon--moon{opacity:0;transition:opacity .15s ease}.ac-theme-switch.is-on .ac-theme-switch__icon--sun{opacity:0}.ac-theme-switch.is-on .ac-theme-switch__icon--moon{opacity:1}.ac-navbar{background-color:#fff;border-bottom:1px solid var(--ac-border);padding-top:.55rem;padding-bottom:.55rem}.ac-navbar-inner{display:flex;flex-wrap:wrap;align-items:center}.ac-brand{padding-top:.25rem;padding-bottom:.25rem;margin-right:.5rem}.ac-brand-mark{display:flex;flex-shrink:0}.ac-brand-logo{display:block;width:auto;height:40px}.ac-brand-logo--dark{display:none}.ac-brand-text{font-size:1.35rem;line-height:1.15;letter-spacing:-.02em}.ac-brand-anime{font-weight:700;color:var(--ac-brand-red)}.ac-brand-corner{font-weight:700;color:var(--ac-text-nav)}.ac-navbar-toggler{border-color:#0000001f;padding:.35rem .55rem}@media(max-width:991.98px){.ac-navbar{padding-top:1.125rem;padding-bottom:1.125rem;border-bottom-color:#f2f2f2}html[data-theme=dark] .ac-navbar{border-bottom-color:var(--ac-border)}.ac-navbar>.container{max-width:100%}.ac-navbar-inner{flex-wrap:wrap;align-items:stretch}.ac-navbar-top-row{display:flex;flex-wrap:nowrap;align-items:center;justify-content:space-between;width:100%;position:relative;min-height:2.75rem;flex-shrink:0}.ac-navbar-toggler{width:32px;height:32px;padding:0;margin:0;display:inline-flex;align-items:center;justify-content:center;border:none;border-radius:4px}.ac-navbar-mobile-search{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;min-width:36px;height:36px;padding:8px;margin:0;border:none;border-radius:8px;background:transparent;color:var(--ac-text-nav, #313131);cursor:pointer;line-height:0}.ac-navbar-mobile-search:hover{background:#0000000d}.ac-navbar-mobile-search:focus-visible{outline:2px solid var(--ac-brand-red);outline-offset:2px}html[data-theme=dark] .ac-navbar-mobile-search{color:#ffffffe0}html[data-theme=dark] .ac-navbar-mobile-search:hover{background:#ffffff14}html[data-theme=dark] .ac-navbar-toggler{border-color:transparent}.ac-brand{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);margin:0!important;z-index:1}.ac-brand-logo{height:32px}.ac-brand-text{font-size:1.125rem}.ac-nav-collapse{flex:1 1 100%;width:100%;margin-top:.75rem}.ac-nav-collapse:not(.show):not(.collapsing){margin-top:0}}@media(min-width:992px){.ac-navbar-top-row{display:contents}.ac-brand{position:static;transform:none;top:auto;margin-right:.5rem!important}.ac-brand-logo{height:40px}.ac-brand-text{font-size:1.35rem}.ac-navbar-toggler{width:auto;height:auto;padding:.35rem .55rem;border:1px solid rgba(0,0,0,.12)}html[data-theme=dark] .ac-navbar-toggler{border-color:#fff3}.ac-nav-collapse{display:flex!important;flex:1 1 auto;flex-direction:row;align-items:center;justify-content:flex-start;gap:0;min-width:0;width:auto;margin-top:0!important}.ac-nav-links{margin-left:.75rem;margin-right:auto}}.ac-nav-links{gap:.35rem}@media(min-width:992px){.ac-nav-links{flex-direction:row;align-items:center;gap:1.5rem}}.ac-nav-links .nav-link.ac-nav-link{color:var(--ac-text-nav);font-size:.875rem;font-weight:500;padding:.5rem .65rem}.ac-nav-links .nav-link.ac-nav-link:hover,.ac-nav-links .nav-link.ac-nav-link:focus{color:var(--ac-brand-red)}.ac-nav-links .dropdown-toggle:after{margin-left:.28em;vertical-align:.12em;border-width:.28em .22em 0;border-top-color:#6a6a6a}.ac-dropdown-menu{font-size:.9rem;border:1px solid #eaeaea;box-shadow:0 6px 20px #0000000f;border-radius:.35rem;padding:.35rem 0;margin-top:.35rem;--bs-dropdown-link-hover-bg: var(--ac-brand-red);--bs-dropdown-link-hover-color: #ffffff;--bs-dropdown-link-active-bg: var(--ac-brand-red);--bs-dropdown-link-active-color: #ffffff}.ac-dropdown-menu .dropdown-item{color:var(--ac-text-nav);font-weight:500;font-size:.875rem}.ac-dropdown-menu .dropdown-item:hover,.ac-dropdown-menu .dropdown-item:focus{background-color:var(--ac-brand-red);color:#fff}.ac-dropdown-menu .dropdown-item:active,.ac-dropdown-menu .dropdown-item.active{background-color:var(--ac-brand-red);color:#fff}html[data-theme=dark] .ac-navbar{background-color:#1a1a1f!important;border-bottom-color:var(--ac-border)}html[data-theme=dark] .ac-brand-corner{color:#f3f4f6}html[data-theme=dark] .ac-brand-logo--light{display:none}html[data-theme=dark] .ac-brand-logo--dark{display:block}html[data-theme=dark] .ac-nav-links .nav-link.ac-nav-link{color:#ffffffc7}html[data-theme=dark] .ac-nav-links .nav-link.ac-nav-link:hover,html[data-theme=dark] .ac-nav-links .nav-link.ac-nav-link:focus{color:#fff}html[data-theme=dark] .ac-nav-links .dropdown-toggle:after{border-top-color:#ffffff8c}html[data-theme=dark] .ac-dropdown-menu{background:#252530;border-color:var(--ac-border);box-shadow:0 8px 28px #00000073}html[data-theme=dark] .ac-dropdown-menu .dropdown-item{color:#e8e8ed}html[data-theme=dark] .ac-dropdown-menu .dropdown-item:hover,html[data-theme=dark] .ac-dropdown-menu .dropdown-item:focus,html[data-theme=dark] .ac-dropdown-menu .dropdown-item:active,html[data-theme=dark] .ac-dropdown-menu .dropdown-item.active{background-color:var(--ac-brand-red);color:#fff}html[data-theme=dark] .ac-navbar-toggler{border-color:#fff3}html[data-theme=dark] .navbar-toggler-icon{filter:invert(1)}html[data-theme=dark] .ac-search-input{background-color:var(--ac-input-bg);border-color:var(--ac-border);color:var(--ac-page-fg);border-radius:8px}html[data-theme=dark] .ac-search-input:focus{background-color:#252530;border-color:#4b4b58;color:var(--ac-page-fg);border-radius:8px}.ac-search-form{flex-shrink:0;margin-top:.75rem;width:100%}@media(min-width:992px){.ac-search-form{margin-top:0;width:auto;min-width:220px;max-width:360px}}.ac-search-field{position:relative;display:flex;align-items:center;width:100%}.ac-search-icon{position:absolute;left:.95rem;color:#b0b0b0;pointer-events:none;z-index:2}.ac-search-input{width:100%;padding:.45rem 1rem .45rem 2.65rem;font-size:.75rem;font-weight:400;color:var(--ac-text-nav);background-color:var(--ac-input-bg);border:1px solid #e5e7eb;border-radius:8px}.ac-search-input::placeholder{color:var(--ac-text-placeholder)}.ac-search-input:focus{background-color:#fff;border-color:#d1d5db;box-shadow:0 0 0 .15rem #d719261f;border-radius:8px}.card.bg-dark{background-color:var(--ac-surface)!important}#jqueryStatus.is-ok{color:#75b798}
