@import "https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Source+Sans+3:wght@300;400;600;700&display=swap";:root{--netflix-red:#e50914;--netflix-red-hover:#f40612;--bg:#141414;--bg-card:#1f1f1f;--text:#fff;--text-muted:#b3b3b3;--border:#ffffff26;--page-x:1rem;--page-y:1.5rem;--grid-gap:.75rem;--touch-min:2.75rem;color:var(--text);background:var(--bg);font-family:"Source Sans 3",system-ui,sans-serif;line-height:1.5}*{box-sizing:border-box;margin:0;padding:0}body{min-height:100vh;overflow-x:hidden}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer;color:inherit;background:0 0;border:none}.app{min-height:100vh}.header{z-index:100;padding:1rem var(--page-x);background:linear-gradient(#000000d9 0%,#0000 100%);justify-content:space-between;align-items:center;display:flex;position:fixed;top:0;left:0;right:0}.logo{letter-spacing:.2em;color:var(--netflix-red);font-family:Bebas Neue,sans-serif;font-size:1.75rem}.header-actions{align-items:center;gap:.75rem;display:flex}.icon-btn{justify-content:center;align-items:center;width:2rem;height:2rem;display:flex}.hamburger{background:#fff;width:1.25rem;height:2px;display:block;box-shadow:0 -6px #fff,0 6px #fff}.btn-primary{background:var(--netflix-red);color:#fff;border-radius:4px;padding:.45rem 1rem;font-size:.9rem;font-weight:600}.btn-primary:hover{background:var(--netflix-red-hover)}.btn-primary:disabled{opacity:.5;cursor:not-allowed}.btn-primary.full{width:100%;padding:.75rem}.btn-ghost{color:var(--text-muted);padding:.45rem .75rem;font-size:.85rem}.btn-ghost:hover{color:#fff}.btn-ghost-light{color:#fff;border:1px solid var(--border);border-radius:4px;padding:.5rem 1rem;font-size:.9rem}.btn-ghost-light:hover{border-color:#fff}.api-banner,.progress-banner{z-index:99;padding:.6rem var(--page-x);text-align:center;font-size:.85rem;position:fixed;top:3.5rem;left:0;right:0}.api-banner{color:#ffd966;background:#3d2e00}.progress-banner{color:#9fdf9f;background:#1a3d1a}.api-banner code{background:#0000004d;border-radius:3px;padding:.1rem .35rem}.api-banner a{color:#ffeb99;text-decoration:underline}.hero{background:#141414;align-items:flex-end;min-height:88vh;display:flex;position:relative;overflow:hidden}.hero-bg{object-fit:cover;object-position:center 18%;filter:contrast(1.14)saturate(1.12)brightness(.88);will-change:transform;width:100%;height:100%;position:absolute;inset:0;transform:scale(1.06)}@supports (filter:url(#hero-sharpen)){.hero-bg{filter:url(#hero-sharpen)contrast(1.1)saturate(1.1)brightness(.9)}}.hero-overlay{background:linear-gradient(90deg,#141414f2 0%,#14141499 45%,#14141459 100%),linear-gradient(#0000 50%,#141414 100%);position:absolute;inset:0}.hero-content{z-index:2;width:100%;max-width:1400px;padding:6rem var(--page-x) 3rem;grid-template-columns:1fr 1fr;align-items:end;gap:2rem;margin:0 auto;display:grid;position:relative}.hero-badge{letter-spacing:.15em;color:var(--text-muted);align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:.75rem;display:flex}.n-badge{background:var(--netflix-red);color:#fff;border-radius:2px;justify-content:center;align-items:center;width:1.25rem;height:1.25rem;font-size:.7rem;font-weight:700;display:inline-flex}.hero-title{letter-spacing:.02em;margin-bottom:.5rem;font-family:Bebas Neue,sans-serif;font-size:clamp(3rem,8vw,5.5rem);line-height:.95}.hero-meta{color:var(--text-muted);margin-bottom:1.5rem;font-size:.9rem}.hero-carousel-block{margin-top:1.5rem}.hero-carousel-label{letter-spacing:.12em;color:var(--text-muted);margin-bottom:.5rem;font-size:.7rem}.hero-carousel{align-items:center;gap:.5rem;display:flex}.carousel-arrow{color:#fff;background:#00000080;border-radius:50%;flex-shrink:0;width:2rem;height:2rem;font-size:1.25rem}.hero-thumbs{scrollbar-width:none;gap:.5rem;padding:.25rem 0;display:flex;overflow-x:auto}.hero-thumb{opacity:.7;border:2px solid #0000;border-radius:4px;flex-shrink:0;width:72px;height:108px;transition:opacity .2s,border-color .2s,transform .2s;overflow:hidden}.hero-thumb.active,.hero-thumb:hover{opacity:1;border-color:#fff;transform:scale(1.05)}.hero-thumb img{object-fit:cover;object-position:center top;width:72px;height:108px;display:block}.thumb-placeholder{background:var(--bg-card);justify-content:center;align-items:center;width:100%;height:100%;font-size:.75rem;display:flex}.hero-tags{letter-spacing:.1em;color:var(--text-muted);margin-top:1rem;font-size:.7rem}.hero-right{padding-bottom:1rem}.hero-synopsis{color:#e5e5e5;-webkit-line-clamp:8;-webkit-box-orient:vertical;max-width:32rem;margin-bottom:1.5rem;font-size:1rem;line-height:1.6;display:-webkit-box;overflow:hidden}.hero-actions{flex-wrap:wrap;gap:.75rem;display:flex}.btn-watch{align-items:center;gap:.75rem;font-size:1rem;font-weight:600;display:inline-flex}.play-circle{background:var(--netflix-red);border-radius:50%;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;font-size:.85rem;display:flex}.hero-pagination{z-index:3;writing-mode:vertical-rl;letter-spacing:.1em;color:var(--text-muted);font-size:.85rem;position:absolute;bottom:50%;right:2rem;transform:translateY(50%)}.hero-pagination .sep{margin:.25rem 0}.main{padding:var(--page-y) var(--page-x) 4rem;z-index:5;margin-top:-4rem;position:relative}.filter-bar{margin-bottom:1.5rem}.watchlist-tabs{border-bottom:1px solid var(--border);flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;padding-bottom:.75rem;display:flex}.watchlist-tab{min-height:var(--touch-min);color:var(--text-muted);background:0 0;border-radius:4px;flex:0 auto;padding:.5rem 1rem;font-size:.9rem;font-weight:600;transition:background .15s,color .15s}.watchlist-tab:hover{color:#fff;background:#ffffff14}.watchlist-tab.active{color:#fff;border-bottom:2px solid var(--netflix-red);background:#e5091459}.card-menu{z-index:10;position:absolute;top:.35rem;right:.35rem}.card-menu-trigger{color:#fff;opacity:.85;background:#000000bf;border-radius:50%;justify-content:center;align-items:center;width:2rem;height:2rem;font-size:1.1rem;line-height:1;transition:background .15s,opacity .15s;display:flex}.card-menu-trigger:hover,.movie-card:hover .card-menu-trigger,.movie-row:hover .card-menu-trigger{opacity:1;background:#141414f2}.card-menu-dropdown{border:1px solid var(--border);background:#1a1a1a;border-radius:6px;min-width:11rem;margin-top:.25rem;position:absolute;top:100%;right:0;overflow:hidden;box-shadow:0 8px 24px #0009}.card-menu-dropdown button{text-align:left;color:#eee;align-items:center;gap:.45rem;width:100%;padding:.65rem 1rem;font-size:.85rem;transition:background .12s;display:flex}.card-menu-item-icon{flex-shrink:0;justify-content:center;align-items:center;line-height:0;display:flex}.card-menu-item-icon--check{color:#4ade80}.card-menu-item-icon--info{color:#60a5fa}.card-menu-item-icon--undo{color:#fbbf24}.card-menu-dropdown button:hover,.card-menu-link:hover{background:#ffffff1a}.card-menu-link{color:#eee;align-items:center;gap:.45rem;width:100%;padding:.65rem 1rem;font-size:.85rem;display:flex}.filter-row{flex-wrap:wrap;align-items:center;gap:.75rem 1rem;margin-bottom:.75rem;display:flex}.filter-row.secondary{justify-content:space-between}.search-input{width:100%;min-width:0;max-width:100%;min-height:var(--touch-min);border:1px solid var(--border);color:#fff;background:#00000080;border-radius:4px;flex:12rem;padding:.65rem 1rem}.search-input:focus{border-color:#fff;outline:none}.view-toggle{background:#0006;border-radius:4px;gap:.25rem;padding:.2rem;display:flex}.view-toggle button{opacity:.6;border-radius:3px;padding:.4rem .75rem}.view-toggle button.active{background:var(--netflix-red);opacity:1}.filter-chips{flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem;display:flex;overflow:hidden}.chip,.category-chip{min-height:2.25rem}.chip{color:var(--text-muted);background:#ffffff1a;border-radius:999px;padding:.35rem .85rem;font-size:.85rem;transition:background .15s,color .15s}.chip:hover,.chip.active{color:#141414;background:#fff}.category-chip{background:var(--chip-bg,#ffffff1a);color:var(--text-muted);border-radius:999px;align-items:center;gap:.4rem;padding:.35rem .85rem;font-size:.85rem;transition:background .15s,color .15s;display:inline-flex}.category-chip-icon{align-items:center;line-height:0;display:flex}.category-chip:hover:not(.active){filter:brightness(1.08)}.category-chip.active{color:#141414;background:#fff}.category-chip.active .category-chip-icon{color:#141414}.filter-chips--added-by{align-items:center}.filter-chips-label{color:var(--text-muted);flex-shrink:0;margin-right:.25rem;font-size:.8rem}.added-by-chip:not(.active){--chip-bg:#ffffff14}.type-select-wrap{position:relative}.type-select-trigger{background:var(--type-bg,#00000080);border:1px solid var(--border);color:#fff;border-radius:4px;align-items:center;gap:.45rem;min-width:10.5rem;padding:.4rem .75rem;font-size:.85rem;display:inline-flex}.type-select-icon{align-items:center;line-height:0;display:flex}.type-select-chevron{opacity:.7;margin-left:auto;font-size:.7rem}.type-select-menu{z-index:50;border:1px solid var(--border);background:#1a1a1a;border-radius:6px;min-width:100%;margin:0;padding:.25rem;list-style:none;position:absolute;top:calc(100% + .25rem);left:0;box-shadow:0 8px 24px #0009}.type-select-menu button{text-align:left;color:#eee;background:0 0;border-radius:4px;align-items:center;gap:.45rem;width:100%;padding:.5rem .65rem;font-size:.85rem;transition:background .12s;display:flex}.type-select-menu button:hover,.type-select-menu button.active{background:#ffffff1a}.count-label{color:var(--text-muted);font-size:.85rem}.movie-grid{gap:var(--grid-gap);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.movie-card{transition:transform .2s}.movie-card:hover{z-index:2;transform:scale(1.04)}.movie-card-poster{aspect-ratio:2/3;background:var(--bg-card);border-radius:6px;width:100%;height:auto;min-height:0;position:relative;overflow:hidden}.added-by-badge{z-index:3;pointer-events:none;background:#000000b8;border-radius:50%;justify-content:center;align-items:center;width:1.65rem;height:1.65rem;display:flex;position:absolute;bottom:.4rem;left:.4rem;box-shadow:0 1px 4px #00000073}.movie-row-poster .added-by-badge{bottom:.35rem;left:.35rem}.movie-card-poster img{aspect-ratio:2/3;object-fit:cover;object-position:center top;width:100%;height:100%;display:block}.poster-fallback{width:100%;height:100%;color:var(--netflix-red);background:linear-gradient(135deg,#333,#1a1a1a);justify-content:center;align-items:center;font-family:Bebas Neue,sans-serif;font-size:2rem;display:flex}.poster-fallback.large{font-size:2.5rem}.movie-card-hover{opacity:0;background:#00000080;justify-content:center;align-items:center;gap:.5rem;transition:opacity .2s;display:flex;position:absolute;inset:0}.movie-card:hover .movie-card-hover{opacity:1}.btn-play-sm{background:var(--netflix-red);border-radius:50%;justify-content:center;align-items:center;width:3rem;height:3rem;font-size:1rem;display:flex}.btn-csfd-sm{color:#141414;background:#ffffffeb;border-radius:50%;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;font-size:.95rem;font-weight:700;display:flex}.movie-card-info{padding:.5rem 0 0}.movie-card-info h3{white-space:nowrap;text-overflow:ellipsis;font-size:.95rem;overflow:hidden}.movie-card-info p{color:var(--text-muted);font-size:.75rem}.movie-card-info .duration{color:#aaa}.movie-list{flex-direction:column;gap:.75rem;display:flex}.movie-row{background:var(--bg-card);border-radius:8px;align-items:center;gap:1.25rem;padding:1rem;transition:background .15s;display:flex}.movie-row:hover{background:#2a2a2a}.movie-row-poster{aspect-ratio:2/3;background:#333;border-radius:4px;flex-shrink:0;width:80px;position:relative;overflow:hidden}.movie-row-poster img{object-fit:cover;width:100%;height:100%}.movie-row-body{flex:1;min-width:0}.movie-row-body h3{margin-bottom:.25rem;font-size:1.1rem}.movie-row-meta{color:var(--text-muted);font-size:.85rem}.chip-small{color:#ff6b6b;background:#e5091440;border-radius:3px;margin-top:.35rem;padding:.15rem .5rem;font-size:.7rem;display:inline-block}.movie-row-desc{color:var(--text-muted);margin-top:.35rem;font-size:.85rem}.btn-link{background:var(--netflix-red);border-radius:4px;padding:.5rem 1rem;font-size:.9rem;font-weight:600}.btn-link:hover{background:var(--netflix-red-hover)}.empty{text-align:center;color:var(--text-muted);padding:3rem}.modal-backdrop{z-index:200;background:#000000bf;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.modal{border:1px solid var(--border);background:#1a1a1a;border-radius:8px;width:100%;max-width:480px;padding:1.75rem}.modal h2{margin-bottom:.5rem}.modal-hint{color:var(--text-muted);margin-bottom:1.25rem;font-size:.9rem}.field{color:var(--text-muted);flex-direction:column;gap:.35rem;margin-bottom:1rem;font-size:.85rem;display:flex}.field-optional{opacity:.75;font-weight:400}.field input,.field select{border:1px solid var(--border);color:#fff;background:#0d0d0d;border-radius:4px;padding:.6rem}.added-by-field{border:none;padding:0}.added-by-field legend{color:var(--text-muted);margin-bottom:.35rem;font-size:.85rem}.added-by-picker{gap:.5rem;display:flex}.added-by-option{border:1px solid var(--border);color:var(--text-muted);background:#0d0d0d;border-radius:6px;flex:1;justify-content:center;align-items:center;gap:.45rem;padding:.55rem .75rem;font-size:.9rem;transition:border-color .15s,background .15s;display:flex}.added-by-option:hover{border-color:#555}.added-by-option.active.added-by-option--tomik{color:#fff;background:#3b82f61f;border-color:#3b82f6}.added-by-option.active.added-by-option--simca{color:#fff;background:#ec48991f;border-color:#ec4899}.info-modal-added-by{color:var(--text-muted);align-items:center;gap:.4rem;margin-top:.5rem;font-size:.85rem;display:inline-flex}.modal-error{color:#ff8a80;margin:.75rem 0;font-size:.85rem}.preview-box{background:#0d0d0d;border-radius:6px;gap:1rem;margin:1rem 0;padding:1rem;display:flex}.preview-poster{aspect-ratio:2/3;border-radius:4px;flex-shrink:0;width:80px;overflow:hidden}.preview-poster img{object-fit:cover;width:100%;height:100%}.modal-actions{justify-content:flex-end;gap:.75rem;margin-top:1.25rem;display:flex}.modal--info{max-width:520px}.info-modal-header{gap:1.25rem;margin-bottom:1rem;display:flex}.info-modal-poster{aspect-ratio:2/3;background:#333;border-radius:6px;flex-shrink:0;width:100px;overflow:hidden}.info-modal-poster img{object-fit:cover;width:100%;height:100%}.info-modal-meta{color:var(--text-muted);margin:.35rem 0 .5rem;font-size:.85rem}.info-modal-desc{color:#ddd;margin-bottom:.75rem;font-size:.95rem;line-height:1.55}.info-modal-desc--fallback{color:var(--text-muted);font-style:italic}.info-modal-meta-extra{color:var(--text-muted);margin-bottom:1rem;font-size:.85rem}.info-modal-links{flex-wrap:wrap;gap:.5rem .75rem;margin-bottom:.75rem;display:flex}.info-modal-csfd,.info-modal-play{display:inline-block}.preview-overview{color:var(--text-muted);margin-top:.35rem;font-size:.85rem}.wizard-tiles--stack{flex-direction:column;max-width:420px;margin:0 auto}.wizard-tile--wide{text-align:left;padding:1rem 1.25rem}.wizard-tiles--watched{max-width:100%}.wizard-tiles--watched .wizard-tile:nth-child(3){grid-column:1}.wizard-tile--with-icon{text-align:left;align-items:center;gap:1rem;display:flex}.wizard-tile-icon-svg{color:var(--netflix-red);opacity:.95;flex-shrink:0;justify-content:center;align-items:center;display:flex}.wizard-tile--with-icon.selected .wizard-tile-icon-svg,.wizard-tile--with-icon:hover .wizard-tile-icon-svg{color:#fff}.wizard-tile-text{flex-direction:column;min-width:0;display:flex}.wizard-tile-text .wizard-tile-label,.wizard-tile-text .wizard-tile-sub{text-align:left}.nav-backdrop{z-index:150;background:#0009;position:fixed;inset:0}.nav-drawer{z-index:151;border-right:1px solid var(--border);background:#0d0d0d;flex-direction:column;gap:.5rem;width:min(280px,85vw);height:100vh;padding:4.5rem 1.25rem 1.5rem;display:flex;position:fixed;top:0;left:0;box-shadow:4px 0 24px #00000080}.nav-item{text-align:left;color:var(--text-muted);border-radius:6px;padding:.85rem 1rem;font-size:1rem;font-weight:600;transition:background .15s,color .15s}.nav-item:hover{color:#fff;background:#ffffff14}.nav-item--accent{color:#fff;background:#e5091433;border:1px solid #e5091473}.nav-item--accent:hover{background:var(--netflix-red);border-color:var(--netflix-red)}.icon-btn.open .hamburger{box-shadow:none;position:relative;transform:rotate(45deg)}.icon-btn.open .hamburger:before,.icon-btn.open .hamburger:after{content:"";background:#fff;width:1.25rem;height:2px;position:absolute;left:0}.icon-btn.open .hamburger:before{transform:rotate(-90deg)}.app--wizard{background:var(--bg);min-height:100vh}.menu-wizard{flex-direction:column;min-height:100vh;padding-bottom:0;display:flex}.wizard-header{z-index:50;padding:1rem var(--page-x);background:linear-gradient(#141414 0%,#141414f2 80%,#0000 100%);align-items:center;gap:1rem;display:flex;position:sticky;top:0}.wizard-title{letter-spacing:.12em;color:var(--netflix-red);flex:1;font-family:Bebas Neue,sans-serif;font-size:1.75rem}.wizard-progress{background:#ffffff1a;flex:1;height:3px}.wizard-progress-bar{background:var(--netflix-red);height:100%;transition:width .3s}.wizard-body{flex:1;width:100%;max-width:520px;margin:0 auto;padding:2rem 1.5rem 1rem}.wizard-step{animation:.35s wizard-fade}@keyframes wizard-fade{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.wizard-lead{letter-spacing:.04em;margin-bottom:.35rem;font-family:Bebas Neue,sans-serif;font-size:2rem}.wizard-hint{color:var(--text-muted);margin-bottom:1.5rem;font-size:.9rem}.wizard-tiles{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.5rem;display:grid}.wizard-tile{background:var(--bg-card);text-align:center;border:2px solid #0000;border-radius:12px;padding:1.5rem 1rem;transition:border-color .2s,transform .2s}.wizard-tile:hover,.wizard-tile.selected{border-color:var(--netflix-red);transform:scale(1.02)}.wizard-tile-icon{margin-bottom:.5rem;font-size:2.5rem;display:block}.wizard-tile-label{letter-spacing:.08em;font-family:Bebas Neue,sans-serif;font-size:1.5rem;display:block}.wizard-tile-sub{color:var(--text-muted);margin-top:.35rem;font-size:.75rem;display:block}.wizard-cat-card{text-align:center;background:linear-gradient(145deg,#2a1518 0%,#1a1a1a 55%,#141414 100%);border:1px solid #e5091459;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;min-height:200px;padding:2rem 1.5rem;display:flex;box-shadow:0 12px 40px #00000073}.wizard-cat-label{color:var(--netflix-red);font-family:Bebas Neue,sans-serif;font-size:2.5rem}.wizard-cat-actions{justify-content:center;gap:1.5rem;margin-top:1.25rem;display:flex}.wizard-cat-btn{border:2px solid;border-radius:999px;min-width:7rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;transition:transform .15s,background .15s}.wizard-cat-btn:hover{transform:scale(1.05)}.wizard-cat-btn--no{color:#ff6b6b;background:#ff6b6b1a;border-color:#ff6b6b}.wizard-cat-btn--yes{color:#4ade80;background:#4ade801a;border-color:#4ade80}.wizard-footer{z-index:40;padding:.75rem var(--page-x) 1.25rem;background:linear-gradient(#0000 0%,#141414f7 30%,#141414 100%);align-items:center;gap:1rem;display:flex;position:sticky;bottom:0}.wizard-back{color:#e5e5e5;background:#ffffff14;border:1px solid #ffffff26;border-radius:999px;flex-shrink:0;padding:.45rem .85rem;font-size:.9rem;font-weight:600;transition:background .15s,border-color .15s}.wizard-back:hover{background:#ffffff24;border-color:#ffffff47}.wizard-back-placeholder{flex-shrink:0;width:4.5rem}.wizard-footer-step{color:var(--text-muted);white-space:nowrap;text-align:right;min-width:2.5rem;font-size:.9rem;font-weight:600}.wizard-skip{color:var(--text-muted);margin:1rem auto 0;font-size:.85rem;text-decoration:underline;display:block}.wizard-picked{color:#9fdf9f;text-align:center;margin-top:1rem;font-size:.85rem}.wizard-results{max-width:1200px;margin:0 auto}.wizard-results-grid{gap:var(--grid-gap);grid-template-columns:repeat(2,minmax(0,1fr));margin:1.5rem 0;display:grid}.wizard-result-card{position:relative}.wizard-rank{z-index:2;background:var(--netflix-red);border-radius:3px;padding:.15rem .4rem;font-size:.7rem;font-weight:700;position:absolute;top:.35rem;left:.35rem}.wizard-result-card h3{white-space:nowrap;text-overflow:ellipsis;margin-top:.4rem;font-size:.85rem;overflow:hidden}.wizard-result-meta{color:var(--text-muted);font-size:.7rem}.wizard-bombuj{margin-top:.35rem;padding:.35rem .65rem;font-size:.75rem;display:inline-block}.wizard-results-actions{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:2rem;display:flex}@media (width>=640px){:root{--page-x:1.5rem;--grid-gap:1rem}.movie-grid,.wizard-results-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.search-input{max-width:28rem}}@media (width>=768px){.movie-grid,.wizard-results-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (width>=1024px){:root{--page-x:2rem;--page-y:2rem;--grid-gap:1.1rem}.movie-grid,.wizard-results-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.hero-content{gap:1.75rem;padding-top:5.5rem}.hero-synopsis{font-size:.95rem}.filter-row.secondary{flex-wrap:nowrap}}@media (width>=1280px){.hero-content{grid-template-columns:1.05fr .95fr;align-items:end;gap:2rem}.movie-grid,.wizard-results-grid{grid-template-columns:repeat(5,minmax(0,1fr))}}@media (width>=1366px){:root{--page-x:2.25rem}}@media (width>=1440px){:root{--page-x:2.5rem;--grid-gap:1.25rem}.hero-content{max-width:1400px}.main{max-width:1920px;margin-left:auto;margin-right:auto}}@media (width>=1536px){:root{--page-x:2.75rem}}@media (width>=1920px){:root{--page-x:clamp(2.5rem, 3vw, 4rem)}.hero-content{max-width:1600px}}@media (width<=1279px){.hero-content{grid-template-columns:1fr;gap:1.5rem;padding-top:5rem;padding-bottom:2.5rem}.hero-right{padding-bottom:0}.hero-synopsis{max-width:none;font-size:.95rem}.hero-pagination{display:none}.hero{min-height:75svh}.hero-title{font-size:clamp(2.25rem,10vw,3.5rem)}.hero-actions .btn-watch,.hero-actions .btn-ghost-light{min-height:var(--touch-min)}.card-menu-trigger{width:var(--touch-min);height:var(--touch-min);font-size:1.2rem}.card-menu-dropdown button{min-height:var(--touch-min);padding:.75rem 1rem}.view-toggle button{min-width:var(--touch-min);min-height:var(--touch-min)}.movie-row{flex-wrap:wrap;gap:1rem}.movie-row .btn-link{text-align:center;width:100%;min-height:var(--touch-min);justify-content:center;align-items:center;display:inline-flex}.wizard-header{padding:1rem var(--page-x);flex-wrap:wrap}.wizard-tiles{grid-template-columns:1fr}}@media (width<=639px){.watchlist-tabs{gap:.35rem}.watchlist-tab{padding:.45rem .75rem;font-size:.82rem}.filter-row{flex-direction:column;align-items:stretch}.view-toggle{align-self:flex-start}.category-chip{padding:.4rem .7rem;font-size:.8rem}.main{margin-top:-2.5rem}.api-banner,.progress-banner{padding-left:var(--page-x);padding-right:var(--page-x);font-size:.8rem}.wizard-body{padding:1.25rem var(--page-x)}.wizard-lead{font-size:1.65rem}}
