:root{font-family:OnestCyrillic,OnestLatin,Noto Sans,sans-serif;color:#f1f0ec;background:#08090b;font-synthesis:none;text-rendering:geometricPrecision}*{box-sizing:border-box}html{min-width:320px;min-height:100%;scroll-behavior:smooth}body{min-width:320px;min-height:100vh;margin:0;background:#08090b}button,input,textarea,select{font:inherit}button,select{cursor:pointer}button:disabled,select:disabled{cursor:not-allowed}a{color:inherit}img{display:block;max-width:100%}button{-webkit-tap-highlight-color:transparent}fieldset{padding:0;margin:0;border:0}#root{min-height:100vh}.auth-page{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(390px,.65fr);min-height:100vh;color:var(--silver);background:var(--projection)}.auth-frame{position:relative;min-height:100vh;overflow:hidden;background:var(--velvet)}.auth-frame:after{position:absolute;inset:0;background:linear-gradient(90deg,transparent 65%,var(--projection));content:""}.auth-frame img{width:100%;height:100%;object-fit:cover;object-position:48% center;filter:saturate(.55) contrast(1.08)}.auth-panel{display:flex;min-height:100vh;flex-direction:column;padding:clamp(24px,5vw,66px)}.auth-wordmark{display:flex;align-items:center;gap:10px;font-family:var(--display);font-size:20px;font-weight:720;letter-spacing:-.03em}.auth-wordmark svg{width:36px;height:36px}.auth-panel__content{width:min(100%,500px);margin:auto 0}.auth-panel h1{margin:0 0 36px;font-family:var(--display);font-size:clamp(72px,8vw,116px);font-weight:610;line-height:.78;letter-spacing:-.065em}.auth-panel h1 small{display:block;margin-top:18px;color:var(--ash);font-family:var(--body);font-size:12px;font-weight:500;letter-spacing:0;line-height:1}.auth-providers{display:grid;gap:7px}.auth-provider,.auth-more,.auth-retry{display:flex;min-height:58px;align-items:center;gap:13px;padding:12px 16px;color:var(--silver);background:var(--velvet);border:1px solid var(--line);border-radius:14px;font-size:13px;font-weight:650;text-decoration:none;transition:background .15s ease,border-color .15s ease}.auth-provider:hover,.auth-more:hover{background:var(--velvet-raised);border-color:var(--line-strong)}.auth-provider--extra{animation:auth-provider-in .16s ease-out both}.auth-provider svg,.auth-more svg,.auth-retry svg{width:20px;height:20px;flex:0 0 auto}.auth-provider--yandex svg{color:#fc3f1d}.auth-provider--telegram svg{color:#53a8dc}.auth-provider--vk svg{color:#5c9eff}.auth-provider--twitch svg{color:#a879ff}.auth-provider--steam svg{color:#aab3be}.auth-more{justify-content:center;cursor:pointer}.auth-more[aria-expanded=true] svg{transform:rotate(180deg)}.auth-error{margin:-16px 0 24px;color:#ff8d84;font-size:12px;line-height:1.5}.auth-loading{color:var(--ash);font-size:12px}.auth-failed p{margin:0 0 14px;color:var(--ash);font-size:12px}.auth-retry{cursor:pointer}@keyframes auth-provider-in{0%{opacity:0;transform:translateY(-4px)}}@media(max-width:760px){.auth-page{grid-template-columns:1fr}.auth-frame{min-height:29vh;height:29vh}.auth-frame:after{background:linear-gradient(0deg,var(--projection),transparent 65%)}.auth-frame img{object-position:52% 54%}.auth-panel{min-height:71vh;padding:16px 16px 30px}.auth-wordmark{font-size:18px}.auth-wordmark svg{width:31px;height:31px}.auth-panel__content{margin-top:48px}.auth-panel h1{margin-bottom:26px;font-size:68px}.auth-provider,.auth-more{min-height:54px}}@media(prefers-reduced-motion:reduce){.auth-provider,.auth-more{transition:none}.auth-provider--extra{animation:none}}:root{--projection: #08090b;--velvet: #15171b;--velvet-raised: #1d2025;--silver: #f1f0ec;--ash: #9a9ca2;--line: rgba(241, 240, 236, .14);--line-strong: rgba(241, 240, 236, .3);--tally: #e4483d;--tally-bright: #f05b50;--cinema: var(--projection);--screen: var(--silver);--ink: var(--silver);--paper: var(--projection);--paper-light: var(--velvet);--paper-dark: #202228;--yellow: var(--silver);--blue: #8ca8ff;--red: var(--tally);--green: #7db792;--muted: var(--ash);--display: SofiaDisplayCyrillic, SofiaDisplayLatin, sans-serif;--body: OnestCyrillic, OnestLatin, sans-serif}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.app{min-height:100vh;color:var(--silver);background:var(--projection)}button,.button,select{font-family:var(--body)}button{color:inherit}.button,.quiet-button,.icon-button,.round-add,.person-row__action,.back-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:9px 15px;color:var(--silver);background:transparent;border:1px solid var(--line-strong);border-radius:999px;font-size:13px;font-weight:650;text-decoration:none;transition:background .16s ease,border-color .16s ease,color .16s ease,transform .16s ease}.button svg,.quiet-button svg,.icon-button svg,.round-add svg,.back-button svg{width:18px;height:18px}.button:hover:not(:disabled),.quiet-button:hover:not(:disabled),.icon-button:hover:not(:disabled),.person-row__action:hover:not(:disabled),.back-button:hover:not(:disabled){background:var(--velvet-raised);border-color:var(--silver)}.button:disabled,.quiet-button:disabled,.icon-button:disabled,.round-add:disabled{cursor:not-allowed;opacity:.35}.button--primary{color:var(--projection);background:var(--silver);border-color:var(--silver)}.button--primary:hover:not(:disabled){color:var(--projection);background:#fff}.icon-button{width:44px;flex:0 0 44px;padding:0}.spin{animation:spin .75s linear infinite}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:2px solid var(--tally-bright);outline-offset:3px}@keyframes spin{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.site-header{position:sticky;top:0;z-index:20;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;min-height:72px;padding:10px max(24px,calc((100vw - 1440px)/2));background:#08090bf0;border-bottom:1px solid var(--line)}.site-brand{display:inline-flex;align-items:center;justify-self:start;gap:10px;padding:0;color:var(--silver);background:transparent;border:0;font-family:var(--display);font-size:18px;font-weight:720;letter-spacing:-.03em}.site-brand svg{width:35px;height:35px}.brand-mark__blue,.brand-mark__red{color:var(--silver)}.desktop-nav{display:flex;align-items:center;gap:3px;padding:3px;background:var(--velvet);border-radius:999px}.desktop-nav button{min-height:38px;padding:0 17px;color:var(--ash);background:transparent;border:0;border-radius:999px;font-size:12px;font-weight:650}.desktop-nav button[data-active=true]{color:var(--projection);background:var(--silver)}.site-header__actions{display:flex;align-items:center;justify-self:end;gap:9px}.add-film-button,.profile-button{display:inline-flex;min-height:42px;align-items:center;justify-content:center;border-radius:999px}.add-film-button{gap:7px;padding:0 16px;color:var(--projection);background:var(--silver);border:0;font-size:12px;font-weight:700}.add-film-button svg{width:18px;height:18px}.add-film-button:disabled{opacity:.35}.profile-button{gap:3px;padding:3px;color:var(--ash);background:var(--velvet);border:1px solid var(--line)}.profile-button span{display:grid;width:34px;height:34px;place-items:center;color:var(--projection);background:var(--silver);border-radius:50%;font-family:var(--display);font-weight:720}.profile-button svg{width:15px;margin:0 7px 0 4px}.mobile-dock{display:none}.app-main{width:min(1440px,calc(100% - 48px));margin:0 auto;padding-bottom:90px}.collection-intro{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;min-height:100px;padding:24px 0 16px}.collection-intro>div{display:grid;gap:5px}.collection-name{justify-self:start;padding:0;color:var(--silver);background:transparent;border:0;font-family:var(--display);font-size:clamp(28px,4vw,46px);font-weight:620;letter-spacing:-.045em}.collection-intro span{color:var(--ash);font-size:12px}.collection-intro select{min-height:38px;padding:0 32px 0 12px;color:var(--silver);background:var(--velvet);border:1px solid var(--line);border-radius:999px;font-size:12px}.load-notice,.modal-loader{display:flex;align-items:center;justify-content:center;gap:10px;min-height:56px;padding:12px 16px;color:var(--silver);background:var(--velvet);border:1px solid var(--line);font-size:13px}.page-view{padding:clamp(44px,8vw,104px) 0}.page-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;padding-bottom:26px;border-bottom:1px solid var(--line)}.page-heading>div{display:grid;gap:6px}.page-heading span{color:var(--ash);font-size:11px;letter-spacing:.12em;text-transform:uppercase}.page-heading h1{margin:0;font-family:var(--display);font-size:clamp(52px,9vw,112px);font-weight:620;line-height:.83;letter-spacing:-.06em}.page-heading>small{color:var(--ash);font-family:var(--display);font-size:42px;font-variant-numeric:tabular-nums}.people-search{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:15px;max-width:760px;min-height:68px;margin-top:34px;padding:0 20px;background:var(--velvet);border:1px solid var(--line-strong);border-radius:18px}.people-search svg{width:21px;height:21px;color:var(--ash)}.people-search input{height:64px;color:var(--silver);background:transparent;border:0;outline:0;font-size:18px}.people-search input::placeholder{color:#6f7279}.people-results{max-width:760px;margin-top:10px;padding:8px;background:var(--velvet);border-radius:18px}.people-section{max-width:900px;margin-top:56px}.people-section h2{margin:0 0 14px;color:var(--ash);font-size:12px;font-weight:600;letter-spacing:.1em;text-transform:uppercase}.people-section--muted{opacity:.7}.person-row{display:grid;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:13px;min-height:68px;padding:8px 10px;border-bottom:1px solid var(--line)}.person-row:last-child{border-bottom:0}.person-avatar{display:grid;width:42px;height:42px;place-items:center;color:var(--projection);background:var(--silver);border-radius:50%;font-family:var(--display);font-weight:700}.person-row__identity{display:grid;gap:2px}.person-row__identity strong{font-size:14px}.person-row__identity small{color:var(--ash);font-size:11px}.person-row__action{min-height:36px;padding:6px 13px}.person-row__secondary{width:36px;min-height:36px;flex-basis:36px}.quiet-empty{color:var(--ash);font-size:14px;line-height:1.6}.page-loader{width:24px}.collection-list{margin-top:26px}.collection-row{position:relative;display:grid;grid-template-columns:minmax(0,1fr) auto;border-bottom:1px solid var(--line)}.collection-row[data-active=true]{background:var(--velvet)}.collection-row__open{display:grid;gap:7px;min-height:108px;padding:22px;text-align:left;background:transparent;border:0}.collection-row__title{font-family:var(--display);font-size:clamp(28px,5vw,54px);font-weight:560;letter-spacing:-.045em}.collection-row__members{color:var(--ash);font-size:12px}.collection-row__actions{display:flex;align-items:center;gap:10px;padding-right:20px}.current-mark{display:inline-flex;align-items:center;gap:5px;color:var(--ash);font-size:11px}.member-picker{grid-column:1 / -1;padding:8px 18px 18px}.member-picker button{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;width:min(420px,100%);padding:8px;color:var(--silver);background:var(--velvet-raised);border:0;border-radius:15px;text-align:left}.member-picker svg{width:18px}.new-collection-card{display:flex;width:100%;min-height:160px;align-items:center;justify-content:center;gap:10px;color:var(--ash);background:transparent;border:1px dashed var(--line-strong);border-radius:18px}.projection{position:relative;display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,31%);min-height:min(590px,calc(100vh - 190px));overflow:hidden;background:var(--velvet);border-radius:24px;isolation:isolate}.projection__ambient{position:absolute;inset:-30% 28% -30% -8%;z-index:-2;background-position:center;background-size:cover;opacity:.13;filter:saturate(.35) contrast(1.25);transform:scale(1.05)}.projection:after{position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(21,23,27,.72),var(--velvet) 68%);content:""}.projection__copy{display:flex;min-width:0;flex-direction:column;justify-content:flex-end;padding:clamp(36px,6vw,88px)}.projection__kicker{margin-bottom:13px;color:var(--tally-bright);font-size:11px;font-weight:700;letter-spacing:.13em;text-transform:uppercase}.projection h1,.projection h2{max-width:980px;margin:0;font-family:var(--display);font-size:clamp(60px,9vw,136px);font-weight:610;line-height:.82;letter-spacing:-.065em;text-wrap:balance}.projection__meta{margin:20px 0 0;color:var(--ash);font-size:12px}.projection__synopsis{display:-webkit-box;max-width:620px;margin:18px 0 0;overflow:hidden;color:#c9c9c6;font-size:14px;line-height:1.65;-webkit-box-orient:vertical;-webkit-line-clamp:3}.projection__actions{display:flex;gap:10px;margin-top:28px}.projection__play,.projection__shuffle{display:inline-flex;min-height:48px;align-items:center;justify-content:center;gap:9px;padding:0 19px;border-radius:999px;font-size:13px;font-weight:700}.projection__play{color:var(--projection);background:var(--silver);border:0}.projection__shuffle{color:var(--silver);background:#08090b73;border:1px solid var(--line-strong)}.projection__play svg,.projection__shuffle svg{width:18px;height:18px}.projection__poster{align-self:center;width:min(100%,330px);aspect-ratio:2 / 3;margin-right:clamp(24px,5vw,76px);border-radius:8px}.projection__poster img{transform:scale(1.002)}.projection--leaving .projection__copy,.projection--leaving .projection__poster{animation:frame-out .18s ease-in both}.projection--entering .projection__copy,.projection--entering .projection__poster{animation:frame-in .34s cubic-bezier(.16,1,.3,1) both}.projection--empty,.projection--loading{min-height:380px;place-items:center;grid-template-columns:1fr;text-align:center}.projection--empty>svg,.projection--loading>svg{width:34px;height:34px;color:var(--ash)}.projection--empty h2{margin-top:8px;font-size:clamp(48px,7vw,90px)}.projection--empty span{color:var(--ash);font-size:11px;text-transform:uppercase}.movie-library{margin-top:clamp(60px,8vw,110px)}.library-toolbar{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:22px}.persona-wrap{min-width:0}.persona-nav{display:flex;gap:3px;padding:3px;overflow-x:auto;scrollbar-width:none;background:var(--velvet);border-radius:999px}.persona-nav::-webkit-scrollbar{display:none}.persona-nav__item{display:grid;grid-template-columns:auto auto auto;align-items:center;gap:7px;min-height:39px;padding:0 13px;white-space:nowrap;color:var(--ash);background:transparent;border:0;border-radius:999px;font-size:12px}.persona-nav__item svg{width:15px;height:15px}.persona-nav__item small{color:inherit;font-size:10px;font-variant-numeric:tabular-nums}.persona-nav__item[data-active=true]{color:var(--projection);background:var(--silver)}.library-toolbar__actions{display:flex;gap:8px}.quiet-button{min-width:max-content}.round-add{width:44px;padding:0;color:var(--projection);background:var(--silver);border-color:var(--silver)}.movie-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:36px 18px}.movie-card{min-width:0;content-visibility:auto;contain-intrinsic-size:auto 420px}.movie-card__visual-wrap{position:relative;overflow:hidden;background:var(--velvet);border-radius:8px}.movie-card__visual{position:relative;display:block;width:100%;padding:0;overflow:hidden;background:var(--velvet);border:0;border-radius:8px}.movie-card__poster{width:100%;aspect-ratio:2 / 3}.poster{position:relative;overflow:hidden;background:var(--velvet-raised)}.poster img{width:100%;height:100%;object-fit:cover}.poster__fallback{display:grid;width:100%;height:100%;min-height:160px;place-content:center;justify-items:center;color:#666971;background:var(--velvet-raised)}.poster__fallback svg{width:40px;height:40px}.poster__fallback span{display:none}.movie-card__poster img{transition:transform .4s cubic-bezier(.16,1,.3,1),opacity .18s ease}.movie-card__visual-wrap:hover .movie-card__poster img,.movie-card__visual-wrap[data-expanded=true] .movie-card__poster img{transform:scale(1.035);opacity:.52}.movie-card__synopsis{position:absolute;inset:0;display:flex;align-items:flex-end;padding:18px;pointer-events:none;opacity:0;background:linear-gradient(0deg,#08090bfa,#08090b3d);transform:translateY(8px);transition:opacity .18s ease .11s,transform .24s ease .11s}.movie-card__synopsis p{display:-webkit-box;margin:0 0 42px;overflow:hidden;color:#e1e1dd;font-size:12px;line-height:1.55;-webkit-box-orient:vertical;-webkit-line-clamp:7}.movie-card__visual-wrap:hover .movie-card__synopsis,.movie-card__visual:focus-visible+.movie-card__synopsis,.movie-card__visual-wrap[data-expanded=true] .movie-card__synopsis{opacity:1;transform:translateY(0)}.movie-card__synopsis-hint,.movie-card__watched{position:absolute;bottom:9px;display:inline-flex;align-items:center;gap:5px;min-height:25px;padding:0 8px;color:var(--silver);background:#08090bbd;border-radius:999px;font-size:10px}.movie-card__synopsis-hint{left:9px}.movie-card__watched{right:9px}.movie-card__synopsis-hint svg,.movie-card__watched svg{width:12px;height:12px}.movie-card--watched .movie-card__poster img{opacity:.58}.movie-card__quick-actions{position:absolute;right:9px;bottom:9px;left:9px;z-index:3;display:flex;gap:6px;opacity:0;transform:translateY(8px);transition:opacity .16s ease .12s,transform .18s ease .12s}.movie-card__visual-wrap:hover .movie-card__quick-actions,.movie-card__visual-wrap:focus-within .movie-card__quick-actions{opacity:1;transform:translateY(0)}.movie-card__quick-actions button{display:grid;width:34px;height:34px;place-items:center;color:var(--projection);background:var(--silver);border:0;border-radius:50%}.movie-card__quick-actions button:disabled{opacity:.35}.movie-card__quick-actions svg{width:15px;height:15px}.movie-card__body{padding:11px 2px 0}.movie-card__meta{display:block;overflow:hidden;color:var(--ash);font-size:10px;line-height:1.4;text-overflow:ellipsis;white-space:nowrap}.movie-card h3{margin:4px 0 0;overflow:hidden;font-family:var(--display);font-size:clamp(18px,1.7vw,25px);font-weight:570;line-height:1.02;letter-spacing:-.04em;text-overflow:ellipsis;white-space:nowrap}.movie-card__footer{display:flex;min-height:31px;align-items:center;justify-content:space-between;gap:6px;margin-top:8px}.movie-card__scores{display:flex;gap:4px;overflow:hidden}.score{display:inline-flex;min-height:27px;align-items:center;gap:4px;padding:2px 7px 2px 2px;color:var(--ash);background:transparent;border:1px solid var(--line);border-radius:999px;font-size:10px}.score>span{display:grid;width:21px;height:21px;place-items:center;color:var(--projection);background:var(--silver);border-radius:50%;font-size:9px}.score strong{font-size:10px}.score svg{width:10px}.score:disabled{cursor:default;opacity:.65}.movie-card__manage{display:flex;align-items:center;gap:2px;opacity:0;transition:opacity .14s ease}.movie-card:hover .movie-card__manage,.movie-card:focus-within .movie-card__manage{opacity:1}.movie-card__manage select,.movie-card__manage button{width:29px;height:29px;padding:0;color:var(--ash);background:transparent;border:0;border-radius:50%;font-size:10px}.movie-card__manage select{width:38px}.movie-card__manage svg{width:13px;height:13px}.library-empty{grid-column:1 / -1;display:grid;min-height:260px;place-content:center;justify-items:center;gap:12px;text-align:center}@keyframes frame-out{to{opacity:0;transform:translateY(8px)}}@keyframes frame-in{0%{opacity:0;transform:translateY(-10px)}}.modal{position:fixed;inset:0;z-index:40;display:grid;place-items:center;padding:24px;overflow-y:auto;background:#030405e0;animation:backdrop-in .15s ease both}.composer{width:min(1080px,100%);max-height:min(900px,calc(100vh - 48px));overflow-y:auto;color:var(--silver);background:var(--projection);border:1px solid var(--line-strong);border-radius:22px}.composer__header,.compact-dialog header,.rating-dialog header{position:sticky;top:0;z-index:4;display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:22px 24px;background:#08090bf5;border-bottom:1px solid var(--line)}.composer__header>div{display:grid;gap:5px}.composer__header span{color:var(--ash);font-size:10px;letter-spacing:.11em;text-transform:uppercase}.composer__header h2,.compact-dialog h2,.rating-dialog h2{margin:0;font-family:var(--display);font-size:clamp(34px,6vw,66px);font-weight:610;line-height:.9;letter-spacing:-.055em}.composer__search,.composer__edit{padding:24px}.movie-search{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;min-height:72px;padding:0 19px;background:var(--velvet);border:1px solid var(--line-strong);border-radius:18px}.movie-search>svg{width:24px;height:24px;color:var(--ash)}.movie-search input{min-width:0;height:68px;color:var(--silver);background:transparent;border:0;outline:0;font-family:var(--display);font-size:clamp(25px,4vw,42px);font-weight:520;letter-spacing:-.035em}.movie-search input::placeholder{color:#6c6e74}.search-note{margin:10px 3px 0;color:var(--ash);font-size:10px}.search-empty{display:grid;min-height:260px;place-items:center;color:var(--ash);font-size:13px}.search-results{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px 12px;margin-top:24px}.search-result{position:relative;min-width:0;padding:0;color:var(--silver);background:transparent;border:0;text-align:left}.search-result__poster{width:100%;aspect-ratio:2 / 3;border-radius:7px}.search-result__copy{display:grid;gap:3px;padding-top:8px}.search-result__copy strong{overflow:hidden;font-family:var(--display);font-size:19px;font-weight:560;line-height:1;letter-spacing:-.035em;text-overflow:ellipsis;white-space:nowrap}.search-result__copy small{color:var(--ash);font-size:10px}.search-result__add{position:absolute;right:8px;bottom:45px;display:grid;width:35px;height:35px;place-items:center;color:var(--projection);background:var(--silver);border-radius:50%;opacity:0;transform:scale(.85);transition:opacity .14s ease,transform .16s ease}.search-result:hover .search-result__add,.search-result:focus-visible .search-result__add{opacity:1;transform:scale(1)}.search-result__add svg{width:16px}.search-result:disabled{opacity:.55}.selected-movie{display:grid;grid-template-columns:150px minmax(0,1fr);gap:20px}.selected-movie__poster{width:150px;aspect-ratio:2 / 3;border-radius:7px}.selected-movie>div{align-self:end}.selected-movie h3{margin:8px 0 0;font-family:var(--display);font-size:38px;font-weight:580;line-height:.95}.selected-movie span{color:var(--ash);font-size:11px}.back-button{margin-bottom:30px}.field{display:grid;gap:8px;margin-top:20px}.field>span,.choice-group legend{color:var(--ash);font-size:10px;font-weight:650;letter-spacing:.11em;text-transform:uppercase}.field input,.field textarea{width:100%;min-height:48px;padding:12px 14px;color:var(--silver);background:var(--velvet);border:1px solid var(--line-strong);border-radius:12px;outline:0}.field textarea{resize:vertical;line-height:1.5}.choice-group{margin-top:24px}.choice-group legend{margin-bottom:9px}.priority-picker{display:grid;grid-template-columns:repeat(5,1fr);gap:5px}.priority-picker button{min-height:50px;color:var(--ash);background:var(--velvet);border:1px solid var(--line);border-radius:12px;font-family:var(--display);font-size:18px}.priority-picker button[data-active=true]{color:var(--projection);background:var(--silver)}.composer__edit>.button{width:100%;margin-top:24px}.compact-dialog,.rating-dialog{width:min(620px,100%);color:var(--silver);background:var(--projection);border:1px solid var(--line-strong);border-radius:22px;overflow:hidden}.compact-dialog form{padding:24px}.compact-dialog form .field{margin-top:0}.compact-dialog form .button{width:100%;margin-top:20px}.rating-options{display:grid;grid-template-columns:repeat(5,1fr);gap:5px;padding:20px}.rating-options button{display:grid;min-height:80px;align-content:space-between;padding:10px;color:var(--ash);background:var(--velvet);border:1px solid var(--line);border-radius:12px;text-align:left}.rating-options button strong{color:var(--silver);font-family:var(--display);font-size:24px}.rating-options button span{font-size:9px}.rating-options button[data-active=true],.rating-options button:hover{color:var(--projection);background:var(--silver)}.rating-options button[data-active=true] strong,.rating-options button:hover strong{color:var(--projection)}.detail-sheet{display:grid;grid-template-columns:minmax(220px,36%) 1fr;width:min(820px,100%);max-height:calc(100vh - 48px);overflow:auto;color:var(--silver);background:var(--projection);border:1px solid var(--line-strong);border-radius:20px}.detail-sheet__poster{min-height:100%;aspect-ratio:2 / 3}.detail-sheet__content{position:relative;display:flex;min-width:0;flex-direction:column;padding:58px 34px 30px}.detail-sheet__close{position:absolute;top:14px;right:14px}.detail-sheet h2{margin:8px 0 18px;font-family:var(--display);font-size:clamp(48px,8vw,82px);font-weight:590;line-height:.85;letter-spacing:-.055em}.detail-sheet p{margin:0 0 28px;color:#c9c9c6;font-size:14px;line-height:1.65}.detail-sheet .button{align-self:flex-start;margin-top:auto}.eyebrow{color:var(--ash);font-size:10px;letter-spacing:.1em;text-transform:uppercase}.toast{position:fixed;right:22px;bottom:22px;z-index:60;max-width:380px;padding:13px 17px;color:var(--projection);background:var(--silver);border-radius:999px;font-size:12px;font-weight:650;animation:toast-in .18s ease-out both}@keyframes backdrop-in{0%{opacity:0}}@keyframes toast-in{0%{opacity:0;transform:translateY(8px)}}@media(max-width:1180px){.movie-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.projection{grid-template-columns:minmax(0,1fr) minmax(250px,34%)}.projection__poster{margin-right:36px}}@media(max-width:920px){.site-header{grid-template-columns:1fr auto}.desktop-nav{display:none}.movie-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.projection{min-height:540px}.projection__copy{padding:42px}.projection h1{font-size:clamp(56px,10vw,96px)}.search-results{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:680px){.app{padding-bottom:82px}.site-header{position:relative;min-height:60px;padding:9px 12px}.site-brand span{display:none}.site-brand svg{width:34px;height:34px}.add-film-button{display:none}.profile-button{min-height:40px}.profile-button span{width:32px;height:32px}.profile-button svg{display:none}.mobile-dock{position:fixed;right:10px;bottom:max(10px,env(safe-area-inset-bottom));left:10px;z-index:35;display:grid;grid-template-columns:1fr 1fr 54px 1fr;align-items:center;min-height:62px;padding:5px;background:#15171bf5;border:1px solid var(--line-strong);border-radius:20px}.mobile-dock button{display:grid;min-width:0;min-height:50px;place-content:center;justify-items:center;gap:3px;color:var(--ash);background:transparent;border:0;border-radius:15px;font-size:9px}.mobile-dock button[data-active=true]{color:var(--silver);background:var(--velvet-raised)}.mobile-dock button svg{width:19px;height:19px}.mobile-dock .mobile-dock__add{width:50px;min-height:50px;color:var(--projection);background:var(--silver);border-radius:50%}.mobile-dock .mobile-dock__add svg{width:24px;height:24px}.app-main{width:calc(100% - 24px);padding-bottom:36px}.collection-intro{min-height:78px;padding:13px 0 10px}.collection-name{font-size:27px}.collection-intro span{max-width:72vw;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.collection-intro select{width:42px;padding:0;color:transparent}.projection{grid-template-columns:minmax(0,1fr) 118px;min-height:360px;border-radius:16px}.projection__ambient{inset:0;opacity:.1}.projection__copy{padding:24px 10px 22px 20px}.projection__kicker{margin-bottom:8px;font-size:8px}.projection h1{font-size:clamp(39px,12vw,60px);line-height:.84}.projection__meta{margin-top:11px;font-size:9px}.projection__synopsis{margin-top:10px;font-size:10px;line-height:1.5;-webkit-line-clamp:3}.projection__actions{flex-direction:column;align-items:flex-start;gap:6px;margin-top:15px}.projection__play,.projection__shuffle{min-height:40px;padding:0 12px;font-size:10px}.projection__poster{width:102px;margin-right:10px;border-radius:5px}.projection--empty,.projection--loading{grid-template-columns:1fr;min-height:260px}.movie-library{margin-top:42px}.library-toolbar{align-items:flex-start;flex-direction:column;gap:10px;margin-bottom:14px}.persona-wrap{width:100%}.persona-nav{width:100%;border-radius:13px}.persona-nav__item{flex:0 0 auto;min-height:38px;padding:0 11px}.library-toolbar__actions{width:100%;justify-content:space-between}.quiet-button{min-height:38px;padding:7px 12px;font-size:10px}.round-add{display:none}.movie-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:26px 10px}.movie-card__visual-wrap,.movie-card__visual,.movie-card__poster{border-radius:6px}.movie-card h3{font-size:clamp(18px,6vw,24px)}.movie-card__manage{opacity:1}.movie-card__scores{max-width:74px}.score:not([data-active=true]){display:none}.movie-card__quick-actions{opacity:1;transform:none}.movie-card__quick-actions button{width:32px;height:32px}.movie-card__synopsis{display:none}.movie-card__synopsis-hint{bottom:47px}.page-view{padding:35px 0 20px}.page-heading{padding-bottom:17px}.page-heading h1{font-size:57px}.page-heading>small{font-size:30px}.page-heading .button span{display:none}.people-search{min-height:58px;margin-top:20px;padding:0 14px;border-radius:15px}.people-search input{height:54px;font-size:15px}.people-section{margin-top:38px}.person-row{grid-template-columns:auto minmax(0,1fr) auto;gap:10px;padding:7px 3px}.person-row__secondary{grid-column:3}.person-avatar{width:38px;height:38px}.person-row__action{min-height:34px;padding:5px 10px;font-size:10px}.collection-row{grid-template-columns:minmax(0,1fr) auto}.collection-row__open{min-height:90px;padding:16px 10px}.collection-row__title{font-size:31px}.collection-row__actions{padding-right:8px}.current-mark{display:none}.modal{align-items:end;padding:0}.composer,.compact-dialog,.rating-dialog{width:100%;max-height:100dvh;border:0;border-radius:20px 20px 0 0}.composer{min-height:100dvh;border-radius:0}.composer__header,.compact-dialog header,.rating-dialog header{padding:16px 14px}.composer__header h2,.compact-dialog h2,.rating-dialog h2{font-size:38px}.composer__search,.composer__edit{padding:14px}.movie-search{min-height:60px;padding:0 12px;border-radius:14px}.movie-search input{height:56px;font-size:27px}.search-note{margin-left:2px}.search-results{grid-template-columns:repeat(2,minmax(0,1fr));gap:19px 9px;margin-top:18px}.search-result__copy strong{font-size:17px}.search-result__add{bottom:39px;opacity:1;transform:none}.selected-movie{grid-template-columns:110px minmax(0,1fr);gap:12px}.selected-movie__poster{width:110px}.selected-movie h3{font-size:28px}.back-button{margin-bottom:16px}.rating-options{grid-template-columns:repeat(3,1fr);padding:10px}.detail-sheet{grid-template-columns:115px minmax(0,1fr);width:100%;max-height:min(80dvh,680px);border:0;border-radius:20px 20px 0 0}.detail-sheet__content{min-height:330px;padding:55px 14px 16px}.detail-sheet h2{font-size:40px}.detail-sheet p{display:-webkit-box;overflow:hidden;font-size:11px;-webkit-box-orient:vertical;-webkit-line-clamp:9}.toast{right:12px;bottom:84px;left:12px;max-width:none;text-align:center}}@media(max-width:370px){.projection{grid-template-columns:minmax(0,1fr) 104px}.projection__poster{width:92px}.projection__copy{padding-left:15px}.projection h1{font-size:37px}.movie-grid{column-gap:8px}}
