@font-face{font-family:Berkshire Swash;src:url(/assets/BerkshireSwash-Regular-BqD_lFFb.woff2)format("woff2");font-weight:400;font-style:normal;font-display:swap}:root{--text:#6e7180;--text-h:#15152b;--bg:#f3f2fb;--bg-card:#fff;--border:#e8e7f2;--accent:#5b57e8;--accent-bg:#eae9fc;--accent-contrast:#fff;--accent-solid:var(--accent);--shadow:0 1px 2px #15152b0a, 0 4px 12px #15152b0f;--sans:system-ui, "Segoe UI", Roboto, sans-serif;font:16px/145% var(--sans);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial;--text:#9aa0ae;--text-h:#f5f5fa;--bg:#0d0d13;--bg-card:#17171f;--border:#2a2a35;--accent:#9d99ff;--accent-bg:#9d99ff26;--accent-contrast:#fff;--accent-solid:#3d5be0;--shadow:0 1px 3px #00000059}}*{box-sizing:border-box}body{margin:0}h1,h2,h3,h4{color:var(--text-h);font-weight:700}#app{flex-direction:column;max-width:1100px;min-height:100svh;margin:0 auto;display:flex}.brand{justify-content:center;align-items:center;gap:14px;padding:22px 16px 6px;display:flex}.brand h1{font-family:"Berkshire Swash", cursive, var(--sans);color:#a3adff;-webkit-text-stroke:1.5px #241f5e;text-stroke:1.5px #241f5e;text-shadow:0 2px #241f5e,0 4px 8px #0f0c3c66;margin:0;font-size:2.5rem;font-weight:400;line-height:1}@media (prefers-color-scheme:dark){.brand h1{background:linear-gradient(#fff 0%,#b9c1ff 45%,#6b74e0 100%);color:#0000;-webkit-text-stroke:0px transparent;text-stroke:0px transparent;text-shadow:0 3px 10px #0000008c;-webkit-background-clip:text;background-clip:text}}.brand-flourish{color:#241f5e;flex-shrink:0;width:56px;height:22px}@media (prefers-color-scheme:dark){.brand-flourish{color:#a3adff}}.brand-flourish.flip{transform:scaleX(-1)}@media (width<=520px){.brand-flourish{display:none}.brand h1{font-size:1.9rem}}.tabs{background:var(--bg);border-bottom:1px solid var(--border);gap:4px;padding:16px 16px 0;display:flex}.tabs button{color:var(--text);font:inherit;cursor:pointer;text-align:center;background:0 0;border:none;border-bottom:3px solid #0000;flex:1;justify-content:center;align-items:center;gap:7px;padding:10px 16px 14px;font-size:1.05rem;font-weight:600;transition:color .15s,border-color .15s;display:flex}.tab-icon{flex-shrink:0;width:18px;height:18px}.tabs button.active{color:var(--accent);border-bottom-color:var(--accent)}.subtabs{flex-wrap:wrap;gap:8px;padding:16px 16px 0;display:flex}.subtabs button{background:var(--bg-card);border:1px solid var(--border);color:var(--text);font:inherit;cursor:pointer;border-radius:999px;flex-shrink:0;padding:8px 16px;font-weight:600;transition:background .15s,border-color .15s,color .15s}.subtabs button.chip{white-space:nowrap;text-overflow:ellipsis;max-width:160px;overflow:hidden}.subtabs button.active{background:var(--accent-bg);border-color:var(--accent);color:var(--accent)}@media (prefers-color-scheme:dark){.subtabs button.active{background:var(--accent-solid);border-color:var(--accent-solid);color:var(--accent-contrast)}}.chip-scroll-shell{padding:16px 16px 0}.scroll-inner{align-items:center;gap:2px;min-width:0;display:flex}.subtabs.row-scroll{scrollbar-width:none;-webkit-overflow-scrolling:touch;cursor:grab;flex-wrap:nowrap;flex:auto;min-width:0;padding:0;overflow-x:auto}.subtabs.row-scroll.dragging{cursor:grabbing;-webkit-user-select:none;user-select:none}.subtabs.row-scroll::-webkit-scrollbar{display:none}.subtabs.row-scroll button.chip{max-width:none}.scroll-arrow{width:22px;height:34px;color:var(--accent);cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;padding:0;transition:opacity .15s;display:flex}.scroll-arrow.edge-hidden{opacity:0;pointer-events:none}.scroll-arrow svg{width:16px;height:16px}main{flex:1;padding:16px}.search-box{background:var(--bg-card);border:1px solid var(--border);box-shadow:var(--shadow);color:var(--text);border-radius:14px;align-items:center;gap:10px;margin-top:16px;padding:10px 14px;display:flex}.search-box svg{flex-shrink:0;width:18px;height:18px}.search-box input{min-width:0;color:var(--text-h);font:inherit;background:0 0;border:none;outline:none;flex:1}.search-box input::placeholder{color:var(--text)}.status{text-align:center;color:var(--text);padding:32px 16px}.error-state{text-align:center;flex-direction:column;align-items:center;gap:6px;padding:48px 16px;display:flex}.error-state img{width:260px;max-width:80%;margin-bottom:12px}.error-state p{color:var(--text-h);margin:0;font-size:1.1rem;font-weight:700}.error-state .error-detail{color:var(--text);font-size:.9rem;font-weight:400}.movie-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));align-items:start;gap:20px;margin-top:16px;display:grid}.movie-card{cursor:pointer;text-align:left;color:var(--text-h);font:inherit;background:0 0;border:none;padding:0}.movie-card img{aspect-ratio:2/3;object-fit:cover;background:var(--bg-card);border:1px solid var(--border);width:100%;box-shadow:var(--shadow);border-radius:12px;transition:transform .15s}.movie-card:hover img{transform:translateY(-2px)}.poster-placeholder{aspect-ratio:2/3;background:var(--bg-card);border:1px solid var(--border);width:100%;box-shadow:var(--shadow);border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:12px;display:flex}.poster-placeholder.detail{border-radius:14px;width:200px}.poster-placeholder-icon{border-radius:18%;width:42%;max-width:76px}.poster-placeholder-text{color:var(--text);text-align:center;font-size:.78rem;font-weight:700;line-height:1.2}.movie-card p{color:var(--text-h);-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:2.7em;margin:10px 0 0;font-size:.92rem;font-weight:700;line-height:1.35;display:-webkit-box;overflow:hidden}.chain{margin-bottom:24px}.chain h3{margin:0 0 10px}.theater-list{flex-direction:column;gap:8px;margin:16px 0 0;padding:0;list-style:none;display:flex}.theater-row{background:var(--bg-card);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:14px;justify-content:space-between;align-items:center;gap:12px;padding:14px 16px;display:flex}.theater-row .theater-info strong{color:var(--text-h)}.theater-row .theater-info p{margin:3px 0 0;font-size:.85rem}.favorite-toggle{--track-w:50px;--track-h:28px;--thumb:22px;width:var(--track-w);height:var(--track-h);background:var(--border);cursor:pointer;border:none;border-radius:999px;flex-shrink:0;justify-content:flex-start;align-items:center;padding:3px;transition:background .2s;display:flex}.favorite-toggle.active{background:var(--accent);justify-content:flex-end}.favorite-toggle-thumb{width:var(--thumb);height:var(--thumb);background:var(--bg-card);color:var(--text);border-radius:50%;justify-content:center;align-items:center;font-size:12px;line-height:1;transition:color .2s;display:flex;box-shadow:0 1px 3px #15152b40}.favorite-toggle.active .favorite-toggle-thumb{color:var(--accent)}@media (prefers-color-scheme:dark){.favorite-toggle.active .favorite-toggle-thumb{color:var(--accent-contrast)}}.back-button{border:1px solid var(--border);color:var(--text);font:inherit;cursor:pointer;background:0 0;border-radius:999px;margin-bottom:16px;padding:8px 16px;font-weight:600}.detail-poster-fallback{justify-content:center;margin-bottom:24px;display:flex}.detail-fallback-title{color:var(--text-h);margin:0 0 4px;font-size:1.5rem;font-weight:700}.detail-hero{border-radius:0 0 28px 28px;align-items:center;margin:-16px -16px 24px;padding:84px 20px 28px;display:flex;position:relative;overflow:hidden}.detail-hero-bg{filter:blur(20px)saturate(160%);transform-origin:0 0;background-position:50% 20%;background-size:cover;width:50%;height:50%;position:absolute;top:-5%;left:-5%;transform:scale(2.2)}.detail-hero-overlay{background:#0f0f2352;position:absolute;inset:0}.hero-back{z-index:2;-webkit-backdrop-filter:blur(6px);color:#fff;cursor:pointer;background:#ffffff26;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.25rem;display:flex;position:absolute;top:16px;left:16px}.hero-back:hover{background:#ffffff47}.detail-hero-content{z-index:1;align-items:flex-start;gap:20px;width:100%;display:flex;position:relative}.hero-poster{aspect-ratio:2/3;object-fit:cover;border-radius:14px;flex-shrink:0;width:180px;box-shadow:0 20px 40px #00000080}.hero-info{flex-direction:column;flex:1;justify-content:space-between;align-self:stretch;min-width:0;display:flex}.hero-title{color:#fff;text-shadow:0 2px 8px #0000008c;text-wrap:balance;margin:0;font-size:1.7rem;font-weight:800;line-height:1.15}.hero-meta-group{margin-top:12px}.hero-meta{color:#ffffffe0;text-shadow:0 1px 4px #00000080;margin:6px 0 0;font-size:.92rem}@media (width<=560px){.detail-hero-content{text-align:center;flex-direction:column;align-items:center}.hero-info{justify-content:flex-start;align-self:auto}.hero-title{font-size:1.4rem}}.detail-meta{color:var(--text);margin:8px 0;font-size:.9rem}.synopsis{-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:8px 0 0;display:-webkit-box;overflow:hidden}.synopsis.expanded{-webkit-line-clamp:unset;overflow:visible}.synopsis-toggle{color:var(--accent);font:inherit;cursor:pointer;background:0 0;border:none;margin:4px 0 0;padding:0;font-weight:700;display:block}.showtime-chips{flex-wrap:wrap;gap:8px;margin-top:16px;display:flex}.showtime-chip{background:var(--bg-card);color:var(--text-h);border:1px solid var(--border);border-radius:999px;align-items:center;gap:5px;padding:6px 14px;font-size:.85rem;font-weight:600;display:inline-flex}.subtitle-icon{width:14px;height:14px;color:var(--accent);flex-shrink:0}.format-badge{letter-spacing:.02em;text-transform:uppercase;color:var(--accent);border:1px solid var(--accent);border-radius:999px;flex-shrink:0;padding:0 5px;font-size:.62rem;font-weight:700;line-height:1.4}.movie-showtime-list{column-width:440px;column-gap:14px;margin:16px 0 0;padding:0;list-style:none}.movie-showtime-row{break-inside:avoid;background:var(--bg-card);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:14px;gap:14px;margin-bottom:14px;padding:14px;display:flex}.movie-showtime-thumb{cursor:pointer;background:0 0;border:none;flex-shrink:0;width:76px;padding:0}.movie-showtime-thumb img{aspect-ratio:2/3;object-fit:cover;border:1px solid var(--border);border-radius:8px;width:100%;display:block}.movie-showtime-info{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.movie-showtime-meta{color:var(--text);margin:0;font-size:.82rem}.movie-showtime-title{text-align:left;font:inherit;color:var(--text-h);cursor:pointer;background:0 0;border:none;margin:0 0 2px;padding:0;font-size:1rem;font-weight:700}.movie-showtime-info .showtime-chips{margin-top:2px}
