:root{--bg:#0f172a;--card:#111827;--border:#d66d2c8c;--text:#fff;--muted:#94a3b8;--green:#22c55e;--accent:#d66d2c}*{box-sizing:border-box;font-family:Inter,system-ui,sans-serif}body{background:#0f172a;background:var(--bg);color:#fff;color:var(--text);margin:0}.app{display:flex;flex-direction:column;height:100vh}.top{grid-gap:16px;border-bottom:1px solid #d66d2c8c;border-bottom:1px solid var(--border);display:grid;gap:16px;grid-template-columns:auto 1fr auto;padding:14px 20px}.logo,.top{align-items:center}.logo{display:flex;gap:12px}.logo img{height:42px}.title{font-size:20px;font-weight:600}.days{display:flex;gap:14px;justify-content:center}.day{background:#111827;background:var(--card);border-radius:20px;cursor:pointer;padding:6px 14px}.day.active{background:#22c55e;background:var(--green);color:#000}.timer{align-items:center;align-self:center;display:flex;flex-direction:column;font-size:20px;height:40%;justify-content:center;margin-top:1rem;width:30%}.timer,.timer-time{align-content:center;text-align:center}.timer-time{font-size:70px;font-weight:bolder;max-width:100%}.content{display:flex;justify-content:space-around;max-height:75%}.shows-wrapper{padding-right:6px}.shows-wrapper::-webkit-scrollbar{width:8px}.shows-wrapper::-webkit-scrollbar-track{background:#111827;border-radius:8px}.shows-wrapper::-webkit-scrollbar-thumb{background:#d66d2c;background:var(--accent);border-radius:8px}.shows-wrapper{scrollbar-color:#d66d2c #111827;scrollbar-color:var(--accent) #111827;scrollbar-width:thin}.shows{grid-gap:12px;display:grid;gap:12px}@media (max-width:640px){.shows{grid-template-columns:repeat(4,1fr)}.shows-wrapper{padding-bottom:1.5rem;padding-left:.5rem;padding-top:1.5rem}.content{grid-template-columns:1fr}}@media (min-width:641px) and (max-width:1200px){.shows{grid-template-columns:repeat(4,1fr);padding:1.5rem}}@media (min-width:1201px){.shows{grid-template-columns:repeat(8,minmax(140px,1fr))}}.show{background:#111827;background:var(--card);border:2px solid #d66d2c8c;border:2px solid var(--border);border-radius:10px;height:72px;padding-bottom:.5rem;pointer-events:none}.show,.show input{align-items:center;display:flex;font-size:16px;justify-content:center}.show input{background:#0000;border:none;color:#fff;height:100%;pointer-events:auto;text-align:center;width:100%}.show input::-webkit-calendar-picker-indicator{margin:0 auto}.show input{outline:none}.show input::-webkit-calendar-picker-indicator{filter:invert(1);opacity:1}.show.live{background:#22c55e;background:var(--green);color:#000;font-weight:600}.show.past{opacity:.4}.poster-wrapper{align-items:center;display:flex;justify-content:center;padding-top:1rem;width:60%}.poster{aspect-ratio:16/9;border-radius:14px;max-height:100%;overflow:hidden}.poster img{height:100%;object-fit:cover;width:100%}.mobile_mode{display:none}.no-shows{align-content:center;font-size:24px;font-weight:700;height:100%;text-align:center}.content-body{display:flex;flex-direction:column;height:90%;justify-content:space-around}@media (max-width:640px){.top{grid-template-columns:1fr;text-align:center}.logo{justify-content:center}.content-body{height:100%}.content{align-items:center;flex-direction:column;height:80%}.poster-wrapper{height:75%;padding-top:1.5rem;width:100%}.poster{aspect-ratio:9/16;border-radius:14px;max-height:100%;overflow:hidden}.desktop_mode{display:none}.mobile_mode{display:block}.timer{height:25%;margin-top:1.5rem;width:60%}.timer-time{font-size:30px;max-width:500px}p{margin-bottom:0;margin-top:0}}@media (min-width:641px) and (max-width:900px){.content{align-items:center;flex-direction:column-reverse;height:80%}.timer{height:25%;margin-top:1.5rem;width:40%}.poster-wrapper{height:70%;padding-top:1.5rem;width:100%}}
/*# sourceMappingURL=main.324887a3.css.map*/