:root{--bg:#17151a;--surface:#211d24;--surface-raised:#2a252e;--surface-hover:#3a2740;--purple:#9f2382;--purple-bright:#d13aad;--purple-deep:#4e0040;--purple-dim:#9f23822e;--text:#f4f1f6;--text-muted:#a79fae;--text-faint:#776f7e;--border:#362f3c;--border-strong:#4a4151;--warning:#ffb347;--danger:#ff6b6b;--success:#5ddaa0;--radius:0.5rem;--radius-lg:0.875rem;--shadow:0 4px 16px #0006;--shadow-lg:0 12px 32px #00000080;--tap-target:2.75rem;--font:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;color-scheme:dark}*,:after,:before{box-sizing:border-box}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%;background-color:#17151a;background-color:var(--bg);color:#f4f1f6;color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-family:var(--font);line-height:1.5;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}img{display:block;max-width:100%}button,input,select,textarea{color:inherit;font:inherit}h1,h2,h3{text-wrap:balance;line-height:1.2}:focus-visible{border-radius:4px;outline:2px solid #d13aad;outline:2px solid var(--purple-bright);outline-offset:2px}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}.page{background-color:var(--bg);color:var(--text);min-height:100vh;min-height:100dvh;padding:1rem max(1rem,env(safe-area-inset-left)) 3rem max(1rem,env(safe-area-inset-right))}@media (min-width:640px){.page{padding:1.5rem 2rem 4rem}}.page-inner{margin:0 auto;max-width:76rem}.page-header{align-items:center;display:flex;gap:1rem;justify-content:space-between;margin:0 auto 1.5rem;max-width:76rem}.back-link,.header-brand{align-items:center;border-radius:var(--radius);color:var(--text-muted);display:inline-flex;font-size:.95rem;gap:.5rem;min-height:var(--tap-target);padding:0 .75rem;text-decoration:none;transition:color .15s,background-color .15s}.back-link:hover,.header-brand:hover{background-color:var(--surface);color:var(--text)}.header-brand{color:var(--text);font-weight:600}.header-brand img{height:auto;width:2rem}@media (max-width:24rem){.header-brand span{display:none}}.container{background-color:var(--bg);color:var(--text);display:flex;flex-direction:column;min-height:100vh;min-height:100dvh;padding:2rem max(1rem,env(safe-area-inset-left)) 3rem max(1rem,env(safe-area-inset-right))}.main{flex:1 1;justify-content:center;padding-bottom:6vh}.content,.main{align-items:center;display:flex}.content{flex-direction:column;gap:1.5rem;max-width:34rem;width:100%}.brand-mark{height:auto;width:8rem}@media (min-width:640px){.brand-mark{width:10rem}}.brand-copy{align-items:center;display:flex;flex-direction:column;gap:.375rem;text-align:center}.brand-title{font-size:2rem;letter-spacing:-.02em;margin:0}.brand-tagline{color:var(--text-muted);font-size:1rem;margin:0;text-align:center}.form{display:flex;flex-direction:column;gap:.5rem;width:100%}.form label{color:var(--text-muted);font-size:.9rem}.search-container{display:flex;gap:.5rem;position:relative;width:100%}.search-bar{background-color:var(--surface);border:1px solid var(--border);border-radius:var(--radius);color:var(--text);flex:1 1;font-size:1rem;min-height:var(--tap-target);min-width:0;padding:.625rem .875rem;transition:border-color .15s,box-shadow .15s}.search-bar::placeholder{color:var(--text-faint)}.search-bar:focus{border-color:var(--purple-bright);box-shadow:0 0 0 3px var(--purple-dim);outline:none}.submit-button{background-color:var(--purple);border:none;border-radius:var(--radius);color:#fff;cursor:pointer;font-size:1rem;font-weight:600;min-height:var(--tap-target);padding:.625rem 1.25rem;transition:background-color .15s,transform .1s;white-space:nowrap}.submit-button:hover{background-color:var(--purple-bright)}.submit-button:active{transform:translateY(1px)}.suggestions-list{background-color:var(--surface-raised);border:1px solid var(--border-strong);border-radius:var(--radius);box-shadow:var(--shadow-lg);left:0;list-style:none;margin:0;max-height:20rem;overflow-y:auto;overscroll-behavior:contain;padding:.25rem;position:absolute;right:0;text-align:left;top:calc(100% + .375rem);z-index:20}.suggestion-item{align-items:center;border-radius:calc(var(--radius) - .125rem);cursor:pointer;display:flex;gap:.75rem;justify-content:space-between;min-height:var(--tap-target);padding:.5rem .75rem}.suggestion-item-active{background-color:var(--surface-hover)}.suggestion-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.suggestion-meta{font-feature-settings:"tnum";color:var(--text-faint);flex-shrink:0;font-size:.85em;font-variant-numeric:tabular-nums}.error-message,.status-message{border-radius:var(--radius);font-size:.95rem;margin:0;padding:.75rem 1rem;text-align:center}.status-message{background-color:var(--surface);color:var(--text-muted)}.error-message{background-color:#ff6b6b1f;color:var(--danger);font-weight:500}.search-correction{background-color:var(--surface);border-left:3px solid var(--purple-bright);border-radius:var(--radius);color:var(--text-muted);font-size:.95rem;margin:0 auto 1.25rem;max-width:76rem;padding:.75rem 1rem}.search-correction b{color:var(--text)}.results-count{color:var(--text-muted);font-size:.9rem;margin:0 0 1rem}.titles-card-container{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(9.5rem,1fr))}@media (min-width:640px){.titles-card-container{gap:1.25rem;grid-template-columns:repeat(auto-fill,minmax(11rem,1fr))}}.title-card{background-color:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);color:var(--text);cursor:pointer;display:flex;flex-direction:column;font-family:inherit;overflow:hidden;padding:0;text-align:left;transition:transform .15s,border-color .15s,box-shadow .15s}.title-card:focus-visible,.title-card:hover{border-color:var(--purple-bright);box-shadow:var(--shadow);transform:translateY(-3px)}.title-card-poster{aspect-ratio:2/3;background-color:var(--surface-raised);position:relative}.title-card-poster img{height:100%;object-fit:cover;width:100%}.title-card-poster-empty{align-items:center;color:var(--text-faint);display:flex;font-size:2rem;height:100%;justify-content:center}.title-card-body{display:flex;flex-direction:column;gap:.25rem;padding:.75rem}.title-card-name{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;font-size:.95rem;font-weight:600;overflow:hidden}.title-card-meta{align-items:center;color:var(--text-muted);display:flex;font-size:.8rem;gap:.5rem}.badge{background-color:var(--purple-dim);border-radius:999px;color:var(--purple-bright);display:inline-block;font-size:.7rem;font-weight:600;letter-spacing:.03em;padding:.125rem .5rem;text-transform:uppercase;white-space:nowrap}.empty-state{color:var(--text-muted);grid-column:1/-1;padding:3rem 1rem;text-align:center}.details-container{background-color:var(--bg);color:var(--text);min-height:100vh;min-height:100dvh;padding:1rem max(1rem,env(safe-area-inset-left)) 3rem max(1rem,env(safe-area-inset-right))}@media (min-width:640px){.details-container{padding:1.5rem 2rem 4rem}}.summary-info{display:flex;flex-direction:column;gap:1.5rem;margin:0 auto 2rem;max-width:76rem}@media (min-width:640px){.summary-info{align-items:flex-start;flex-direction:row;gap:2rem}}.movie-show-poster{align-self:center;background-color:var(--surface-raised);border-radius:var(--radius-lg);box-shadow:var(--shadow);flex-shrink:0;overflow:hidden;width:12rem}@media (min-width:640px){.movie-show-poster{align-self:flex-start;width:14rem}}.movie-show-poster img{aspect-ratio:2/3;object-fit:cover;width:100%}.summary-text h1{font-size:1.75rem;margin:0 0 .5rem}@media (min-width:640px){.summary-text h1{font-size:2.25rem}}.summary-meta{align-items:center;color:var(--text-muted);display:flex;flex-wrap:wrap;font-size:.9rem;gap:.5rem .75rem;margin-bottom:1rem}.summary-plot{color:var(--text-muted);margin:0;max-width:60ch}.table-info{margin:0 auto;max-width:76rem}.table-toolbar{align-items:center;display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1rem}.table-toolbar label{color:var(--text-muted);font-size:.9rem}.styled-dropdown{background-color:var(--surface);border:1px solid var(--border);border-radius:var(--radius);color:var(--text);cursor:pointer;font-size:1rem;min-height:var(--tap-target);min-width:7rem;padding:.5rem .75rem}.styled-dropdown:focus{border-color:var(--purple-bright);box-shadow:0 0 0 3px var(--purple-dim);outline:none}.seasons-loading{color:var(--text-faint);font-size:.85rem}.styled-table{border-collapse:collapse;font-size:.95rem;text-align:left;width:100%}.styled-table thead tr{background-color:var(--purple);color:#fff}.styled-table th{font-weight:600;padding:.75rem 1rem;white-space:nowrap}.styled-table th[aria-sort]:not([aria-sort=none]){background-color:var(--purple-bright)}.styled-table th:has(.sort-button):hover{background-color:var(--purple-bright)}.sort-indicator{display:inline-block;margin-left:.25rem;opacity:.4;vertical-align:middle}.sort-indicator-active{opacity:1}.styled-table td{padding:.75rem 1rem}.styled-table tbody tr{border-bottom:1px solid var(--border)}.styled-table tbody tr:nth-of-type(2n){background-color:var(--surface)}.styled-table tbody tr:last-of-type{border-bottom:2px solid var(--purple)}.source-name{font-weight:500}.price-free{color:var(--success)}.styled-table td.seasons-partial{color:var(--warning);font-weight:600}@media (max-width:47.99rem){.styled-table thead{clip:rect(0 0 0 0);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px}.styled-table,.styled-table tbody,.styled-table td,.styled-table tr{display:block;width:100%}.styled-table tbody tr{border:1px solid var(--border);border-radius:var(--radius);margin-bottom:.75rem;padding:.25rem 0}.styled-table tbody tr,.styled-table tbody tr:nth-of-type(2n){background-color:var(--surface)}.styled-table tbody tr:last-of-type{border-bottom:1px solid var(--border)}.styled-table td{align-items:baseline;display:flex;gap:1rem;justify-content:space-between;padding:.5rem .875rem;text-align:right}.styled-table td:before{color:var(--text-faint);content:attr(data-label);flex-shrink:0;font-size:.8rem;letter-spacing:.03em;text-align:left;text-transform:uppercase}.styled-table td[data-label=Service]{font-size:1.05rem;font-weight:600;padding-top:.75rem}.styled-table td[data-label=Service]:before{display:none}}.details-loading{display:flex;flex-direction:column;gap:1rem;margin:0 auto;max-width:76rem}.skeleton{animation:skeleton-shimmer 1.4s infinite;background:linear-gradient(90deg,var(--surface) 25%,var(--surface-raised) 50%,var(--surface) 75%);background-size:200% 100%;border-radius:var(--radius)}@keyframes skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.skeleton-poster{aspect-ratio:2/3;width:12rem}.skeleton-line{height:1rem}.no-sources{border:1px dashed var(--border-strong);border-radius:var(--radius-lg);color:var(--text-muted);padding:2rem 1rem;text-align:center}.sort-button{align-items:center;background:none;border:none;color:inherit;cursor:pointer;display:inline-flex;font:inherit;font-weight:600;gap:.125rem;padding:0;text-align:left;width:100%}
/*# sourceMappingURL=main.fd1e7915.css.map*/