@import "https://fonts.googleapis.com/css2?family=Instrument+Serif&family=Instrument+Sans:wght@400;500;600;700&display=swap";.bottom-nav{height:calc(var(--bottom-bar-height) + var(--safe-bottom));padding-bottom:var(--safe-bottom);background:var(--bar-bg);border-top:1px solid var(--surface-raised);z-index:10;display:flex;position:fixed;bottom:0;left:0;right:0}.bottom-nav__tab{min-height:var(--tap-min);color:var(--text-muted);flex-direction:column;flex:1;justify-content:center;align-items:center;gap:4px;font-size:11px;display:flex}.bottom-nav__tab--active{color:var(--accent);font-weight:600}.auth-screen{min-height:100%;padding:24px;padding-top:calc(24px + var(--safe-top));padding-bottom:calc(24px + var(--safe-bottom));justify-content:center;align-items:center;display:flex}.auth-content{text-align:center;flex-direction:column;align-items:center;width:100%;max-width:340px;display:flex}.auth-title{font-family:var(--font-serif);color:var(--text);margin:20px 0 8px;font-size:44px;font-weight:400;line-height:1.05}.auth-subtitle{color:var(--text-secondary);margin:0 0 40px;font-size:14px}.auth-form{flex-direction:column;gap:14px;width:100%;display:flex}.auth-input{border:1px solid var(--line);background:var(--surface);width:100%;height:52px;color:var(--text);border-radius:11px;outline:none;padding:0 16px;font-size:16px}.auth-input:focus{border-color:var(--accent)}.auth-error{color:var(--negative);text-align:left;margin:-4px 0 0;font-size:13px}.auth-remember{color:var(--text-secondary);min-height:var(--tap-min);cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:10px;font-size:14px;display:flex}.auth-checkbox{border:1.6px solid var(--line);width:22px;height:22px;color:var(--bg);border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.auth-checkbox--checked{background:var(--accent);border-color:var(--accent)}.auth-submit{background:var(--accent);color:#100e0c;border-radius:11px;height:52px;margin-top:10px;font-size:16px;font-weight:600}.auth-submit:disabled{opacity:.5}.chip-row{scrollbar-width:none;gap:8px;padding:0 16px;display:flex;overflow-x:auto}.chip-row::-webkit-scrollbar{display:none}.chip{border-radius:var(--radius-chip);border:1px solid var(--line);background:var(--surface);height:32px;color:var(--text-secondary);white-space:nowrap;flex-shrink:0;align-items:center;padding:0 14px;font-size:13px;font-weight:500;display:flex}.chip--active{background:var(--accent);border-color:var(--accent);color:#100e0c;font-weight:600}.chip--tag{background:var(--surface-raised);height:26px;color:var(--text-secondary);border-color:#0000;padding:0 10px;font-size:11px}.mark-buttons{gap:8px;display:flex}.mark-buttons__btn{height:40px;min-width:var(--tap-min);background:var(--surface-raised);color:var(--text-secondary);border-radius:10px;flex:1;justify-content:center;align-items:center;display:flex}.mark-buttons__btn--like-active{color:var(--positive);background:#6fa89b29}.mark-buttons__btn--dislike-active{color:var(--negative);background:#c4685c29}.mark-buttons__btn--seen-active{color:var(--accent);background:#e8a13f29}.h-card{background:var(--surface);border-radius:var(--radius-card);gap:12px;margin:0 16px 12px;padding:12px;display:flex}.h-card__poster{border-radius:var(--radius-poster);background:var(--surface-raised);flex-shrink:0;width:78px;height:116px;overflow:hidden}.h-card__poster img{object-fit:cover;width:100%;height:100%}.h-card__poster-placeholder{background:var(--surface-raised);width:100%;height:100%}.h-card__body{flex-direction:column;flex:1;justify-content:space-between;min-width:0;display:flex}.h-card__title{-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0 0 4px;display:-webkit-box;overflow:hidden}.h-card__meta{margin:0 0 6px}.h-card__genres{flex-wrap:wrap;gap:6px;display:flex}.h-card__genre-chip{color:var(--text-secondary);background:var(--surface-raised);border-radius:var(--radius-chip);padding:3px 9px;font-size:11px}.new-screen__header{padding:calc(16px + var(--safe-top)) 16px 16px}.new-screen__filters{margin-bottom:16px}.new-screen__status,.new-screen__error{color:var(--text-muted);text-align:center;padding:24px 16px;font-size:13px}.new-screen__error{color:var(--negative)}.new-screen__list{padding-top:4px}.compact-card{background:var(--surface);border-radius:var(--radius-card-compact);align-items:center;gap:12px;margin:0 16px 10px;padding:10px;display:flex}.compact-card__poster{border-radius:var(--radius-poster);background:var(--surface-raised);flex-shrink:0;width:52px;height:78px;overflow:hidden}.compact-card__poster img{object-fit:cover;width:100%;height:100%}.compact-card__placeholder{width:100%;height:100%}.compact-card__body{flex:1;min-width:0}.compact-card__title{white-space:nowrap;text-overflow:ellipsis;margin:0 0 3px;overflow:hidden}.compact-card__score{color:var(--accent);flex-shrink:0;font-size:13px;font-weight:600}.featured-card{margin:0 16px 20px}.featured-card__image{border-radius:var(--radius-card);background:var(--surface);height:220px;position:relative;overflow:hidden}.featured-card__image img{object-fit:cover;width:100%;height:100%}.featured-card__placeholder{background:var(--surface-raised);width:100%;height:100%}.featured-card__fade{background:linear-gradient(#100e0c00 35%,#100e0ceb 100%);position:absolute;inset:0}.featured-card__badge{color:#100e0c;border-radius:var(--radius-chip);background:#e8a13fe6;padding:5px 12px;font-size:12px;font-weight:700;position:absolute;top:14px;right:14px}.featured-card__overlay{position:absolute;bottom:14px;left:16px;right:16px}.featured-card__title{font-family:var(--font-serif);margin:0 0 4px;font-size:24px;font-weight:400;line-height:1.1}.featured-card__meta{margin:0}.featured-card__because{color:var(--text-secondary);margin:10px 2px 0;font-size:13px;line-height:1.5}.foryou-screen__header{padding:calc(16px + var(--safe-top)) 16px 16px}.foryou-screen__status{color:var(--text-muted);text-align:center;padding:24px 16px;font-size:13px}.foryou-screen__status--error{color:var(--negative)}.foryou-cta{background:var(--surface);border-radius:var(--radius-card);text-align:center;flex-direction:column;align-items:center;margin:32px 24px 0;padding:28px 20px;display:flex}.foryou-cta__icon{color:var(--accent);margin-bottom:14px}.foryou-cta__title{font-family:var(--font-serif);margin:0 0 8px;font-size:22px}.foryou-cta__body{color:var(--text-secondary);margin:0 0 20px;font-size:14px;line-height:1.5}.foryou-cta__button{border-radius:var(--radius-button);background:var(--accent);color:#100e0c;width:100%;height:48px;font-size:15px;font-weight:600}.swipe-card{touch-action:pan-y;will-change:transform;position:absolute;inset:0}.swipe-card__poster{border-radius:var(--radius-card);background:var(--surface);width:100%;height:100%;position:relative;overflow:hidden;box-shadow:0 12px 30px #0006}.swipe-card__poster img{object-fit:cover;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;width:100%;height:100%}.swipe-card__placeholder{background:var(--surface-raised);width:100%;height:100%}.swipe-card__fade{background:linear-gradient(#100e0c00 45%,#100e0cf2 100%);position:absolute;inset:0}.swipe-card__stamp{text-transform:uppercase;letter-spacing:.04em;border:2.5px solid;border-radius:10px;padding:8px 16px;font-size:18px;font-weight:700;position:absolute;top:28px}.swipe-card__stamp--like{color:var(--positive);left:20px;transform:rotate(-14deg)}.swipe-card__stamp--dislike{color:var(--negative);right:20px;transform:rotate(14deg)}.swipe-card__overlay{position:absolute;bottom:20px;left:18px;right:18px}.swipe-card__title{font-family:var(--font-serif);margin:0 0 4px;font-size:24px;font-weight:400;line-height:1.15}.swipe-card__meta{margin:0 0 8px}.swipe-card__genres{flex-wrap:wrap;gap:6px;display:flex}.swipe-card__genre-chip{color:var(--text-secondary);border-radius:var(--radius-chip);background:#262119cc;padding:3px 9px;font-size:11px}.train-screen{height:100%;min-height:100dvh;padding:calc(14px + var(--safe-top)) 16px calc(20px + var(--safe-bottom));flex-direction:column;display:flex}.train-screen__top{align-items:center;gap:14px;margin-bottom:20px;display:flex}.train-close{background:var(--surface);width:40px;height:40px;color:var(--text-secondary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.train-close--spacer{visibility:hidden}.train-progress{flex:1}.train-progress__track{background:var(--surface-raised);border-radius:3px;height:6px;overflow:hidden}.train-progress__fill{background:var(--accent);border-radius:3px;height:100%;transition:width .3s}.train-progress__label{color:var(--text-muted);text-align:center;margin:6px 0 0;font-size:12px}.train-screen__deck{flex:1;min-height:0;position:relative}.train-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:0 24px;display:flex;position:absolute;inset:0}.train-empty__icon{color:var(--accent);margin-bottom:12px}.train-empty__title{font-family:var(--font-serif);margin:0 0 8px;font-size:22px}.train-empty__body{color:var(--text-secondary);margin:0 0 20px;font-size:14px}.train-empty__button{border-radius:var(--radius-button);background:var(--accent);color:#100e0c;height:46px;padding:0 24px;font-weight:600}.train-actions{justify-content:center;align-items:center;gap:20px;padding-top:20px;display:flex}.train-actions__btn{background:var(--surface);border-radius:50%;justify-content:center;align-items:center;display:flex}.train-actions__btn--dislike,.train-actions__btn--like{width:60px;height:60px}.train-actions__btn--skip{width:46px;height:46px;color:var(--text-muted)}.train-actions__btn--dislike{color:var(--negative)}.train-actions__btn--like{color:var(--positive)}.poster-grid{grid-template-columns:repeat(3,1fr);gap:10px;padding:0 16px;display:grid}.poster-grid-item{text-align:left;width:100%}.poster-grid-item__poster{aspect-ratio:2/3;border-radius:var(--radius-poster);background:var(--surface-raised);width:100%;margin-bottom:6px;overflow:hidden}.poster-grid-item__poster img{object-fit:cover;width:100%;height:100%}.poster-grid-item__placeholder{width:100%;height:100%}.poster-grid-item__title{-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:12px;font-weight:500;display:-webkit-box;overflow:hidden}.explore-screen__header{padding:calc(16px + var(--safe-top)) 16px 14px}.explore-screen__header .screen-title{margin-bottom:14px}.explore-search{background:var(--surface);border:1px solid var(--line);height:44px;color:var(--text-muted);border-radius:11px;align-items:center;gap:8px;padding:0 12px;display:flex}.explore-search input{min-width:0;color:var(--text);background:0 0;border:none;outline:none;flex:1;font-size:15px}.explore-search input::placeholder{color:var(--text-muted)}.explore-screen__row{margin-bottom:10px}.explore-screen__status{color:var(--text-muted);text-align:center;padding:20px 16px;font-size:13px}.explore-screen__status--error{color:var(--negative)}.explore-screen__grid{margin-top:6px}.explore-screen__sentinel{height:1px}.poster-card{text-align:left;flex-shrink:0;width:104px}.poster-card__poster{border-radius:var(--radius-poster);background:var(--surface-raised);width:104px;height:154px;margin-bottom:8px;overflow:hidden}.poster-card__poster img{object-fit:cover;width:100%;height:100%}.poster-card__placeholder{width:100%;height:100%}.poster-card__title{-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:13px;font-weight:600;display:-webkit-box;overflow:hidden}.poster-card__subtitle{color:var(--text-muted);margin:2px 0 0;font-size:12px}.h-scroll{scrollbar-width:none;gap:12px;padding:0 16px;display:flex;overflow-x:auto}.h-scroll::-webkit-scrollbar{display:none}.detail-screen{min-height:100%;padding-bottom:calc(32px + var(--safe-bottom))}.detail-screen--error{padding-top:var(--safe-top);color:var(--text-secondary);flex-direction:column;justify-content:center;align-items:center;gap:16px;display:flex}.detail-hero{background:var(--surface);height:268px;position:relative}.detail-hero__img{object-fit:cover;width:100%;height:100%}.detail-hero__placeholder{background:var(--surface-raised);width:100%;height:100%}.detail-hero__fade{background:linear-gradient(to bottom, #100e0c00 40%, var(--bg) 100%);position:absolute;inset:0}.detail-back{top:calc(16px + var(--safe-top));-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);width:40px;height:40px;color:var(--text);background:#100e0c8c;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;left:16px}.detail-back--static{margin-left:16px;margin-top:var(--safe-top);align-self:flex-start;position:static}.detail-badge{color:var(--accent);border-radius:var(--radius-chip);background:#e8a13f29;border:1px solid #e8a13f59;padding:5px 12px;font-size:12px;font-weight:600;position:absolute;bottom:14px;left:16px}.detail-badge--negative{color:var(--negative);background:#c4685c29;border-color:#c4685c59}.detail-body{padding:18px 16px 0}.detail-title{font-family:var(--font-serif);margin:0 0 8px;font-size:28px;font-weight:400;line-height:1.1}.detail-meta{margin:0 0 16px}.detail-actions{margin-bottom:20px}.detail-overview{color:var(--text);margin:0 0 18px;font-size:14px;line-height:1.55}.detail-tags{flex-wrap:wrap;gap:8px;margin-bottom:28px;display:flex}.detail-tag{color:var(--text-secondary);background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-chip);padding:5px 11px;font-size:12px}.detail-tag--genre{color:var(--text);background:var(--surface-raised);border-color:#0000;font-weight:500}.detail-similar{margin:0 -16px}.detail-similar__label{margin-bottom:12px;padding:0 16px}.mark-card{background:var(--surface);border-radius:var(--radius-card);border:1px solid #0000;gap:12px;margin:0 16px 12px;padding:12px;display:flex}.mark-card--gone{border-color:#c4685c4d}.mark-card__poster{border-radius:var(--radius-poster);background:var(--surface-raised);flex-shrink:0;width:64px;height:96px;overflow:hidden}.mark-card__poster img{object-fit:cover;width:100%;height:100%}.mark-card__poster-placeholder{width:100%;height:100%}.mark-card__body{flex-direction:column;flex:1;justify-content:space-between;gap:8px;min-width:0;display:flex}.mark-card__title{-webkit-line-clamp:1;-webkit-box-orient:vertical;margin:0 0 4px;display:-webkit-box;overflow:hidden}.mark-card__gone-note{color:var(--negative);margin:6px 0 0;font-size:12px}.segmented{background:var(--surface);border-radius:var(--radius-button);margin:0 16px 16px;padding:3px;display:flex}.segmented__option{height:38px;color:var(--text-secondary);border-radius:8px;flex:1;font-size:13px;font-weight:500}.segmented__option--active{background:var(--surface-raised);color:var(--text);font-weight:600}.marks-screen__header{padding:calc(16px + var(--safe-top)) 16px 16px}.marks-screen__status{color:var(--text-muted);text-align:center;padding:24px 16px;font-size:13px}.marks-screen__status--error{color:var(--negative)}.toggle{background:var(--surface-raised);border-radius:999px;flex-shrink:0;width:48px;height:28px;transition:background .2s;position:relative}.toggle--on{background:var(--accent)}.toggle:disabled{opacity:.5}.toggle__knob{background:var(--text);border-radius:50%;width:22px;height:22px;transition:transform .2s;position:absolute;top:3px;left:3px}.toggle--on .toggle__knob{background:#100e0c;transform:translate(20px)}.settings-screen{padding-bottom:24px}.settings-screen__header{padding:calc(16px + var(--safe-top)) 16px 20px}.settings-section{padding:0 16px 24px}.settings-section__label{margin-bottom:12px}.settings-section__note{color:var(--text-secondary);margin:8px 0 0;font-size:13px}.settings-section__error{color:var(--negative);margin:8px 0 0;font-size:13px}.settings-stats-grid{grid-template-columns:repeat(4,1fr);gap:8px;display:grid}.settings-stat{background:var(--surface);border-radius:var(--radius-card-compact);text-align:center;padding:14px 6px}.settings-stat__value{font-family:var(--font-serif);color:var(--text);margin:0;font-size:22px}.settings-stat__label{color:var(--text-muted);margin:2px 0 0;font-size:11px}.settings-row{background:var(--surface);border-radius:var(--radius-card);justify-content:space-between;align-items:center;gap:16px;padding:14px 16px;display:flex}.settings-row__title{margin:0 0 4px;font-size:14px;font-weight:600}.settings-row__body{color:var(--text-muted);margin:0;font-size:12px;line-height:1.4}.settings-genre-row{margin-top:12px;padding:0}.settings-sync-button{border-radius:var(--radius-button);background:var(--surface-raised);width:100%;height:48px;color:var(--text);margin-top:12px;font-size:14px;font-weight:600}.settings-sync-button:disabled{opacity:.6}.settings-logout{border-radius:var(--radius-button);width:calc(100% - 32px);height:48px;color:var(--negative);background:#c4685c1f;margin:8px 16px 0;font-size:14px;font-weight:600;display:block}:root{--bg:#100e0c;--surface:#1b1815;--surface-raised:#262119;--line:#322c24;--text:#f6f1e9;--text-secondary:#a39b8f;--text-muted:#6e675d;--accent:#e8a13f;--positive:#6fa89b;--negative:#c4685c;--bar-bg:#14120f;--font-serif:"Instrument Serif", Georgia, serif;--font-sans:"Instrument Sans", system-ui, sans-serif;--radius-card:14px;--radius-card-compact:13px;--radius-button:10px;--radius-poster:8px;--radius-chip:999px;--bottom-bar-height:82px;--tap-min:44px;--safe-top:env(safe-area-inset-top,0px);--safe-bottom:env(safe-area-inset-bottom,0px)}*{box-sizing:border-box}html,body,#root{height:100%}body{background:var(--bg);color:var(--text);font-family:var(--font-sans);-webkit-tap-highlight-color:transparent;overscroll-behavior-y:none;margin:0;font-size:14px;line-height:1.55}button,input{color:inherit;font-family:inherit}button{cursor:pointer;appearance:none;background:0 0;border:none}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.screen-title{font-family:var(--font-serif);font-size:30px;font-weight:400;line-height:1}.card-title{font-size:16px;font-weight:600;line-height:1.3}.meta{color:var(--text-muted);font-size:12px}.section-label{letter-spacing:.14em;text-transform:uppercase;color:var(--text-muted);font-size:11px;font-weight:600}.app-shell{flex-direction:column;min-height:100%;display:flex}.app-content{min-height:0;padding-bottom:calc(var(--bottom-bar-height) + var(--safe-bottom) + 24px);flex:1;overflow-y:auto}.list-fade{pointer-events:none;left:0;right:0;bottom:calc(var(--bottom-bar-height) + var(--safe-bottom));background:linear-gradient(to bottom, transparent, var(--bg));z-index:5;height:56px;position:fixed}
