@import"https://fonts.bunny.net/css?family=inter:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i";header{margin-bottom:var(--space-XL);background-color:var(--crust);border-radius:var(--space-S);display:flex;flex-direction:column;gap:var(--space-L);padding-bottom:var(--space-M)}.header-content{display:flex;flex-direction:column;gap:var(--space-M);padding:0 var(--space-M)}.header-title{display:flex;flex-direction:column;align-items:center;gap:var(--space-M)}.header-logo{width:100px;border-radius:50%;border:2px solid var(--meow-accent-color)}.header-stats{display:flex;flex-direction:row;gap:var(--space-M);justify-content:center}.header-stats-item-title{text-transform:uppercase;font-size:var(--text-s);color:var(--overlay1);font-weight:400}.header-stats-item-content{font-weight:500}footer{margin-top:var(--space-XL);display:flex;flex-direction:column;align-items:center;color:var(--subtext0);font-size:var(--text-s)}:root{--space-0: 0rem;--space-3XS: .125rem;--space-2XS: .25rem;--space-XS: .5rem;--space-S: .75rem;--space-M: 1rem;--space-ML: 1.25rem;--space-L: 1.5rem;--space-XL: 2rem;--space-2XL: 2.5rem;--space-3XL: 3rem;--space-4XL: 4rem;--space-5XL: 5rem;--text-xs: .75rem;--text-xs--line-height: calc(1 / .75);--text-s: .875rem;--text-s--line-height: calc(1.25 / .875);--text-m: 1rem;--text-m--line-height: 1.5 ;--text-l: 1.125rem;--text-l--line-height: calc(1.75 / 1.125);--text-xl: 1.25rem;--text-xl--line-height: calc(1.75 / 1.25);--text-2xl: 1.5rem;--text-2xl--line-height: calc(2 / 1.5);--text-3xl: 1.875rem;--text-3xl--line-height: 1.2 ;--text-4xl: 2.25rem;--text-4xl--line-height: calc(2.5 / 2.25);--text-5xl: 3rem;--text-5xl--line-height: 1;--text-6xl: 3.75rem;--text-6xl--line-height: 1;--text-7xl: 4.5rem;--text-7xl--line-height: 1;--text-8xl: 6rem;--text-8xl--line-height: 1;--text-9xl: 8rem;--text-9xl--line-height: 1}:root{--rosewater: #f5e0dc;--flamingo: #f2cdcd;--pink: #f5c2e7;--mauve: #cba6f7;--red: #f38ba8;--maroon: #eba0ac;--peach: #fab387;--yellow: #f9e2af;--green: #a6e3a1;--teal: #94e2d5;--sky: #89dceb;--sapphire: #74c7ec;--blue: #89b4fa;--lavender: #b4befe;--text: #cdd6f4;--subtext1: #bac2de;--subtext0: #a6adc8;--overlay2: #9399b2;--overlay1: #7f849c;--overlay0: #6c7086;--surface2: #585b70;--surface1: #45475a;--surface0: #313244;--base: #1e1e2e;--mantle: #181825;--crust: #11111b}.text-lavender{--meow-text-color: var(--lavender);color:var(--meow-text-color)}.card{--meow-bg-color: var(--mantle);--meow-border-color: var(--mantle);--meow-text-color: var(--text);background-color:var(--meow-bg-color);padding:var(--space-M);border-radius:var(--space-M);margin-bottom:var(--space-XL);border:1px solid var(--meow-border-color);color:var(--meow-text-color);font-weight:400;&.red{--meow-bg-color: var(--red);--meow-border-color: var(--red);--meow-text-color: var(--crust)}}.progress-container{padding:0 var(--space-M);min-width:200px}progress{-webkit-appearance:none;appearance:none;width:100%;height:12px;border:none;background-color:var(--surface0);border-radius:var(--space-XS);overflow:hidden}progress::-webkit-progress-bar{background-color:var(--surface0);border-radius:var(--space-XS)}progress::-webkit-progress-value{background-color:var(--meow-accent-color);border-radius:var(--space-XS);transition:width .3s ease}progress::-moz-progress-bar{background-color:var(--meow-accent-color);border-radius:var(--space-XS);transition:width .3s ease}*,*:before,*:after{box-sizing:border-box}body,h1,h2,h3,h4,p,figure,blockquote,dl,dd{margin:0}ul[role=list],ol[role=list]{list-style:none}html:focus-within{scroll-behavior:smooth}body{min-height:100vh;text-rendering:optimizeSpeed;line-height:1.5}a:not([class]){text-decoration-skip-ink:auto}img,picture{max-width:100%;display:block}input,button,textarea,select{font:inherit}@media(prefers-reduced-motion:reduce){html:focus-within{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}blockquote{padding:var(--space-M);background-color:var(--surface0);border-radius:var(--space-S)}.watchlog{--meow-text-color: var(--text);--meow-accent-color: var(--maroon);background-color:var(--base);color:var(--meow-text-color);font-family:Inter,sans-serif;font-size:1rem;font-weight:300;letter-spacing:.3px;padding:var(--space-XL) var(--space-M);display:flex;flex-direction:column;min-height:100vh;max-width:672px;margin:0 auto;a{color:var(--meow-accent-color);text-underline-offset:4px;text-decoration-color:var(--text)}}.poster{border-radius:var(--space-S);border:2px solid var(--crust)}.header-backdrop{border-radius:var(--space-S)}.content-wrapper{display:flex;flex-direction:column;gap:var(--space-2XL)}section{display:flex;flex-direction:column;gap:var(--space-M);background-color:var(--crust);border-radius:var(--space-S)}.section-content{display:flex;flex-direction:column;gap:var(--space-M);padding:0 var(--space-M);padding-bottom:var(--space-M)}.color-swatch{width:28px;height:28px;border-radius:var(--space-XS);border:1px solid var(--crust);transition:all .1s ease-in-out;&:hover{transform:scale(1.5)}}.poster-colors{display:flex;flex-direction:row;gap:var(--space-M);padding:var(--space-M) 0;justify-content:center;flex-wrap:wrap}.theme-color{display:flex;flex-direction:column;gap:var(--space-XS);align-items:center;font-size:var(--text-xs);font-weight:400}.section-meta{padding:0 var(--space-M);padding-top:var(--space-M);font-size:var(--text-xs);display:flex;flex-direction:row;gap:var(--space-M);align-items:center}.badge{--meow-badge-color: var(--green);background-color:var(--meow-badge-color);padding:var(--space-3XS) var(--space-XS);border-radius:var(--space-XS);color:var(--crust);font-weight:400}.badge-red{--meow-badge-color: var(--red)}small{font-size:var(--text-s);font-weight:500;color:var(--subtext0)}time{text-transform:uppercase;color:var(--overlay1);font-size:var(--text-s);font-weight:500}
