:root { --ink: #eef0f6; --muted: #9299ab; --line: rgba(238, 240, 246, .14); --acid: #d8ff4e; --hot: #fe8e70; --night: #080b12; --surface: #111722; --surface-2: #171f2d; --mono: 'DM Mono', monospace; --sans: 'Manrope', sans-serif; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; color: var(--ink); background: radial-gradient(circle at 85% 3%, #243b4c 0, transparent 25%), radial-gradient(circle at 2% 38%, #271e39 0, transparent 24%), var(--night); font-family: var(--sans); }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { cursor: pointer; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible { outline: 2px solid var(--acid); outline-offset: 3px; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 10; padding: 12px; transform: translateY(-150%); background: var(--acid); color: #111; font-weight: 800; }
.skip-link:focus { transform: translateY(0); }
.site-header { height: 88px; display: flex; align-items: center; justify-content: space-between; }
.brand { font: 800 1.05rem var(--mono); letter-spacing: -.09em; }.brand span, em { color: var(--acid); font-style: normal; }
.portfolio-link { color: var(--muted); font-size: .74rem; font-weight: 700; }.portfolio-link:hover { color: var(--ink); }
.hero { min-height: 490px; display: flex; flex-direction: column; justify-content: center; padding: 70px 0 90px; }
.eyebrow { margin: 0 0 18px; color: #b9c0b7; font: 500 .67rem/1.4 var(--mono); letter-spacing: .14em; }.signal { width: 7px; height: 7px; display: inline-block; margin-right: 7px; border-radius: 99px; background: var(--acid); box-shadow: 0 0 14px var(--acid); }
h1, h2, h3, p { margin-top: 0; } h1 { max-width: 850px; margin-bottom: 26px; font-size: clamp(3.2rem, 8vw, 7rem); line-height: .98; letter-spacing: -.08em; } h2 { margin-bottom: 0; font-size: clamp(2rem, 4vw, 3.4rem); line-height: 1; letter-spacing: -.065em; }
.hero-copy { max-width: 555px; margin-bottom: 36px; color: var(--muted); font-size: 1rem; line-height: 1.75; }.hero-meta { display: flex; flex-wrap: wrap; gap: 10px 26px; color: #a7afa6; font: .64rem var(--mono); }.hero-meta span::before { content: '/ '; color: var(--acid); }
.calendar-section { padding: 50px 0 100px; border-top: 1px solid var(--line); }.section-heading { display: flex; gap: 30px; align-items: end; justify-content: space-between; }.export-button { padding: 13px 16px; border: 1px solid var(--acid); border-radius: 99px; background: var(--acid); color: #10140e; font-size: .76rem; font-weight: 800; }.export-button:disabled { cursor: wait; opacity: .55; }.export-button:not(:disabled):hover { background: #ecff9a; }
.controls { display: grid; grid-template-columns: minmax(190px, 1fr) auto auto; gap: 12px; align-items: center; margin-top: 48px; }.search-control input { width: 100%; padding: 13px 16px; border: 1px solid var(--line); border-radius: 9px; background: var(--surface); color: var(--ink); }.search-control input::placeholder { color: var(--muted); }.filter-group { display: flex; flex-wrap: wrap; gap: 6px; }.filter { padding: 10px 11px; border: 1px solid var(--line); border-radius: 99px; color: var(--muted); background: transparent; font-size: .68rem; font-weight: 700; }.filter:hover, .filter.active { border-color: var(--acid); color: #13170c; background: var(--acid); }.select-control { display: flex; gap: 9px; align-items: center; color: var(--muted); font: .66rem var(--mono); }.select-control select { border: 0; border-bottom: 1px solid var(--line); padding: 7px 2px; color: var(--ink); background: transparent; }
.status-message { min-height: 24px; margin: 22px 0 12px; color: var(--muted); font-size: .78rem; }.release-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }.release-card { min-height: 184px; display: grid; grid-template-columns: 103px 1fr; overflow: hidden; border: 1px solid var(--line); border-radius: 12px; background: linear-gradient(145deg, var(--surface-2), var(--surface)); transition: transform .2s ease, border-color .2s ease; }.release-card:hover { transform: translateY(-3px); border-color: rgba(216, 255, 78, .65); }.cover { width: 100%; height: 100%; min-height: 184px; object-fit: cover; }.card-content { min-width: 0; display: flex; flex-direction: column; padding: 17px 16px 15px; }.card-topline { display: flex; justify-content: space-between; gap: 8px; color: var(--muted); font: .59rem var(--mono); letter-spacing: .06em; }.episode-label { color: var(--acid); }.anime-title { margin: 16px 0 10px; font-size: 1rem; letter-spacing: -.045em; line-height: 1.2; }.release-time { margin-bottom: 7px; color: #b3b9c5; font-size: .72rem; line-height: 1.45; }.countdown { margin-bottom: 0; color: var(--hot); font: 500 .68rem var(--mono); }.card-footer { display: flex; justify-content: space-between; gap: 8px; margin-top: auto; padding-top: 15px; color: var(--muted); font-size: .62rem; }.anilist-link:hover { color: var(--acid); }
.how-it-works { padding: 90px 0 110px; border-top: 1px solid var(--line); }.principles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: 55px; border: 1px solid var(--line); }.principles article { min-height: 220px; padding: 28px; border-right: 1px solid var(--line); }.principles article:last-child { border: 0; }.principles span { color: var(--acid); font: .66rem var(--mono); }.principles h3 { margin: 40px 0 10px; font-size: 1rem; letter-spacing: -.04em; }.principles p { margin: 0; color: var(--muted); font-size: .8rem; line-height: 1.7; }.site-footer { display: flex; justify-content: space-between; padding: 23px 0; border-top: 1px solid var(--line); color: var(--muted); font: .64rem var(--mono); }.site-footer a:hover { color: var(--acid); }.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
@media (max-width: 880px) { .controls { grid-template-columns: 1fr; align-items: stretch; }.select-control { justify-content: space-between; }.release-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 620px) { .shell { width: min(100% - 32px, 1180px); }.site-header { height: 72px; }.portfolio-link { font-size: .64rem; }.hero { min-height: 440px; padding: 65px 0; }.hero-meta { line-height: 1.8; }.section-heading { display: block; }.export-button { margin-top: 24px; }.controls { margin-top: 36px; }.release-grid { grid-template-columns: 1fr; }.principles { grid-template-columns: 1fr; }.principles article { min-height: 0; border-right: 0; border-bottom: 1px solid var(--line); }.principles article:last-child { border-bottom: 0; }.principles h3 { margin-top: 26px; }.site-footer { gap: 20px; } }
@media (min-width: 1200px) { .shell { width: min(1440px, calc(100% - 96px)); }.hero { min-height: 540px; }.release-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
