:root{--text-primary:#e8e8e8;--text-secondary:#cccbcb;--text-tertiary:#a7aba5;--bg-primary:#121618;--bg-secondary:#131a1e;--bg-faded:#14181b21;--bg-tertiary:#d9d9d9;--bg-empty-image:#2c2c2c;--tab-icon-default:#9ba1a6;--tab-icon-selected:#f2f2f2;--header-nav-border:#212326;--dashboard-buttons:#41304a;--dashboard-buttons-text:#e8e8e8;--loading-indicator:#673881;--separator:#2f3e3f;--tint:#eee;--accent:#2e3c43;--accent-secondary:#242b32;--accent-faded:#2e3c4333;--accent-faded-60:#2e3c4399;--accent-bright:#2d5d67;--accent-highlight:#242b32;--accent-dark:#1e252b;--accent2:#e3c18a;--accent2-secondary:#ceaf7a;--accent2-faded:#e3c18a3a;--accent2-faded-60:#e3c18a99;--accent2-bright:#fadcad;--accent2-dark:#3a3225;--accent3:#552724;--accent3-secondary:#58403f;--accent3-faded:#744c491e;--accent3-faded-60:#744c4999;--accent3-bright:#a7231a;--accent3-dark:#2e1518;--accent4:#95602e;--accent4-secondary:#a26a2b;--accent4-faded:#95602e33;--accent4-faded-60:#95602e99;--accent4-bright:#c18a5c;--like-button:#e74c3c;--like-button-faded:#e74c3c33;--modal-button:#502350;--toast-success:#4caf50;--toast-error:#a7231a;--toast-warning:#b99014;--toast-info:#1e81d2;--error:#b7281e;--ratings-graph:#604271;--film-poster-border:#292928;--film-cast-crew-buttons:#343435;--follow-button:#0e4e25;--following-button:#000;--follow-button-active:#25471d;--follow-button-inactive:#000;--add-button:#469a39;--add-button-secondary:#a9741a;--back-button:#16131666;--pressed-button:#fff3;--input-background:#0003;--input-border:#ffffff0d;--search-input-background:#ffffff2c;--max-width-page:970px}.EditProfileSection-module-scss-module__o9EpRW__editProfileSection{flex-direction:column;align-items:center;gap:2rem;width:100%;display:flex}@media (max-width:768px){.EditProfileSection-module-scss-module__o9EpRW__editProfileSection{gap:1.5rem}}@media (max-width:320px){.EditProfileSection-module-scss-module__o9EpRW__editProfileSection{gap:1.25rem}}.EditProfileSection-module-scss-module__o9EpRW__avatarSection{border-radius:12px;flex-direction:column;align-items:center;gap:1rem;width:100%;max-width:500px;padding:2rem;display:flex}@media (max-width:768px){.EditProfileSection-module-scss-module__o9EpRW__avatarSection{max-width:100%;padding:1.5rem}}@media (max-width:320px){.EditProfileSection-module-scss-module__o9EpRW__avatarSection{gap:.875rem;padding:1rem}}.EditProfileSection-module-scss-module__o9EpRW__avatarWrapper{width:120px;height:120px;position:relative}@media (max-width:768px){.EditProfileSection-module-scss-module__o9EpRW__avatarWrapper{width:100px;height:100px}}@media (max-width:320px){.EditProfileSection-module-scss-module__o9EpRW__avatarWrapper{width:90px;height:90px}}.EditProfileSection-module-scss-module__o9EpRW__avatar{object-fit:cover;border:2px solid var(--accent);border-radius:50%;width:100%;height:100%}.EditProfileSection-module-scss-module__o9EpRW__emptyAvatar{background-color:var(--accent);width:100%;height:100%;color:var(--text-primary);border:3px solid var(--separator);border-radius:50%;justify-content:center;align-items:center;font-family:Satoshi-Bold,sans-serif;font-size:3rem;display:flex}.EditProfileSection-module-scss-module__o9EpRW__cameraButton{background-color:var(--accent2);border:2px solid var(--accent);cursor:pointer;width:36px;height:36px;color:var(--accent);border-radius:50%;justify-content:center;align-items:center;transition:opacity .2s;display:flex;position:absolute;bottom:0;right:0}.EditProfileSection-module-scss-module__o9EpRW__cameraButton:hover:not(:disabled){opacity:.85}.EditProfileSection-module-scss-module__o9EpRW__cameraButton:disabled{opacity:.5;cursor:not-allowed}.EditProfileSection-module-scss-module__o9EpRW__changePhotoButton{cursor:pointer;background:0 0;border:none;font-family:Satoshi-Medium,sans-serif;font-size:.9375rem;transition:opacity .2s}@media (max-width:768px){.EditProfileSection-module-scss-module__o9EpRW__changePhotoButton{font-size:.875rem}}.EditProfileSection-module-scss-module__o9EpRW__changePhotoButton:hover:not(:disabled){opacity:.85}.EditProfileSection-module-scss-module__o9EpRW__changePhotoButton:disabled{opacity:.5;cursor:not-allowed}.EditProfileSection-module-scss-module__o9EpRW__formSection{flex-direction:column;gap:1.5rem;width:100%;max-width:500px;display:flex}@media (max-width:768px){.EditProfileSection-module-scss-module__o9EpRW__formSection{gap:1.25rem;max-width:100%}}@media (max-width:320px){.EditProfileSection-module-scss-module__o9EpRW__formSection{gap:1rem}}.EditProfileSection-module-scss-module__o9EpRW__formField{flex-direction:column;gap:.5rem;display:flex}@media (max-width:320px){.EditProfileSection-module-scss-module__o9EpRW__formField{gap:.375rem}}.EditProfileSection-module-scss-module__o9EpRW__formField label{color:var(--text-primary);font-family:Satoshi-Medium,sans-serif;font-size:.9375rem}@media (max-width:768px){.EditProfileSection-module-scss-module__o9EpRW__formField label{font-size:.875rem}}@media (max-width:320px){.EditProfileSection-module-scss-module__o9EpRW__formField label{font-size:.8125rem}}.EditProfileSection-module-scss-module__o9EpRW__formField input,.EditProfileSection-module-scss-module__o9EpRW__formField textarea,.EditProfileSection-module-scss-module__o9EpRW__formField select{background-color:var(--input-background);border:1px solid var(--input-border);color:var(--text-primary);border-radius:8px;min-height:44px;padding:.875rem 1rem;font-family:Satoshi-Medium,sans-serif;font-size:1rem;transition:border-color .2s}@media (max-width:768px){.EditProfileSection-module-scss-module__o9EpRW__formField input,.EditProfileSection-module-scss-module__o9EpRW__formField textarea,.EditProfileSection-module-scss-module__o9EpRW__formField select{padding:.75rem .875rem;font-size:.9375rem}}@media (max-width:320px){.EditProfileSection-module-scss-module__o9EpRW__formField input,.EditProfileSection-module-scss-module__o9EpRW__formField textarea,.EditProfileSection-module-scss-module__o9EpRW__formField select{border-radius:6px;min-height:48px;padding:.75rem;font-size:16px}}.EditProfileSection-module-scss-module__o9EpRW__formField input:focus,.EditProfileSection-module-scss-module__o9EpRW__formField textarea:focus,.EditProfileSection-module-scss-module__o9EpRW__formField select:focus{border-color:var(--accent-bright);outline:none}.EditProfileSection-module-scss-module__o9EpRW__formField input::placeholder,.EditProfileSection-module-scss-module__o9EpRW__formField textarea::placeholder,.EditProfileSection-module-scss-module__o9EpRW__formField select::placeholder{color:var(--text-tertiary)}.EditProfileSection-module-scss-module__o9EpRW__formField input:disabled,.EditProfileSection-module-scss-module__o9EpRW__formField textarea:disabled,.EditProfileSection-module-scss-module__o9EpRW__formField select:disabled{opacity:.6;cursor:not-allowed}.EditProfileSection-module-scss-module__o9EpRW__formField select{cursor:pointer}.EditProfileSection-module-scss-module__o9EpRW__formField textarea{resize:vertical;min-height:100px;font-family:Satoshi-Regular,sans-serif}@media (max-width:320px){.EditProfileSection-module-scss-module__o9EpRW__formField textarea{min-height:90px}}.EditProfileSection-module-scss-module__o9EpRW__socialLinksSection{flex-direction:column;gap:1rem;display:flex}.EditProfileSection-module-scss-module__o9EpRW__socialLinksHeader{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.EditProfileSection-module-scss-module__o9EpRW__socialLinksHeader label{color:var(--text-primary);font-family:Satoshi-Medium,sans-serif;font-size:.9375rem}.EditProfileSection-module-scss-module__o9EpRW__socialLinksHeader p{color:var(--text-tertiary);margin:.25rem 0 0;font-family:Satoshi-Regular,sans-serif;font-size:.875rem}.EditProfileSection-module-scss-module__o9EpRW__socialLinkEditor{border-bottom:1px solid var(--separator);align-items:flex-start;gap:.75rem;padding-bottom:1rem;display:flex}.EditProfileSection-module-scss-module__o9EpRW__socialLinkEditor:last-child{border-bottom:none;padding-bottom:0}@media (max-width:320px){.EditProfileSection-module-scss-module__o9EpRW__socialLinkEditor{flex-direction:column}}.EditProfileSection-module-scss-module__o9EpRW__socialLinkFields{flex:1;grid-template-columns:minmax(120px,.7fr) minmax(0,1.3fr);gap:.75rem;width:100%;display:grid}@media (max-width:320px){.EditProfileSection-module-scss-module__o9EpRW__socialLinkFields{grid-template-columns:1fr}}.EditProfileSection-module-scss-module__o9EpRW__socialPlatformDropdown{justify-content:stretch;width:100%}.EditProfileSection-module-scss-module__o9EpRW__socialPlatformTrigger{background-color:var(--input-background);border:1px solid var(--input-border);width:100%;min-height:44px;color:var(--text-primary);box-sizing:border-box;border-radius:8px;justify-content:space-between;align-items:center;gap:.75rem;padding:.875rem 1rem;font-family:Satoshi-Medium,sans-serif;font-size:1rem;display:flex}.EditProfileSection-module-scss-module__o9EpRW__socialPlatformTrigger svg{color:var(--text-tertiary);flex-shrink:0}@media (max-width:768px){.EditProfileSection-module-scss-module__o9EpRW__socialPlatformTrigger{padding:.75rem .875rem;font-size:.9375rem}}@media (max-width:320px){.EditProfileSection-module-scss-module__o9EpRW__socialPlatformTrigger{border-radius:6px;min-height:48px;padding:.75rem;font-size:16px}}.EditProfileSection-module-scss-module__o9EpRW__addSocialLinkButton,.EditProfileSection-module-scss-module__o9EpRW__removeSocialLinkButton{border:1px solid var(--separator);color:var(--text-primary);cursor:pointer;white-space:nowrap;background:0 0;border-radius:8px;min-height:40px;padding:.625rem .875rem;font-family:Satoshi-Medium,sans-serif;font-size:.875rem;transition:opacity .2s}.EditProfileSection-module-scss-module__o9EpRW__addSocialLinkButton:hover:not(:disabled),.EditProfileSection-module-scss-module__o9EpRW__removeSocialLinkButton:hover:not(:disabled){opacity:.85}.EditProfileSection-module-scss-module__o9EpRW__addSocialLinkButton:disabled,.EditProfileSection-module-scss-module__o9EpRW__removeSocialLinkButton:disabled{cursor:not-allowed;opacity:.5}.EditProfileSection-module-scss-module__o9EpRW__removeSocialLinkButton{margin-top:1.625rem}@media (max-width:320px){.EditProfileSection-module-scss-module__o9EpRW__removeSocialLinkButton{width:100%;margin-top:0}}.EditProfileSection-module-scss-module__o9EpRW__errorText{color:var(--error);margin-top:-.25rem;font-family:Satoshi-Regular,sans-serif;font-size:.875rem}.EditProfileSection-module-scss-module__o9EpRW__formActions{justify-content:center;width:100%;display:flex}@media (min-width:1024px){.EditProfileSection-module-scss-module__o9EpRW__formActions{justify-content:flex-end}}.EditProfileSection-module-scss-module__o9EpRW__saveButton{background-color:var(--accent);color:var(--text-primary);cursor:pointer;border:none;border-radius:8px;width:fit-content;min-height:44px;padding:12px 16px;font-family:Satoshi-Bold,sans-serif;font-size:14px;transition:opacity .2s}@media (max-width:320px){.EditProfileSection-module-scss-module__o9EpRW__saveButton{width:100%;min-height:48px;font-size:15px}}.EditProfileSection-module-scss-module__o9EpRW__saveButton:hover:not(:disabled){opacity:.85}.EditProfileSection-module-scss-module__o9EpRW__saveButton:disabled{opacity:.6;cursor:not-allowed}.EditProfileSection-module-scss-module__o9EpRW__saveButton:active{transform:scale(.98)}
:root{--text-primary:#e8e8e8;--text-secondary:#cccbcb;--text-tertiary:#a7aba5;--bg-primary:#121618;--bg-secondary:#131a1e;--bg-faded:#14181b21;--bg-tertiary:#d9d9d9;--bg-empty-image:#2c2c2c;--tab-icon-default:#9ba1a6;--tab-icon-selected:#f2f2f2;--header-nav-border:#212326;--dashboard-buttons:#41304a;--dashboard-buttons-text:#e8e8e8;--loading-indicator:#673881;--separator:#2f3e3f;--tint:#eee;--accent:#2e3c43;--accent-secondary:#242b32;--accent-faded:#2e3c4333;--accent-faded-60:#2e3c4399;--accent-bright:#2d5d67;--accent-highlight:#242b32;--accent-dark:#1e252b;--accent2:#e3c18a;--accent2-secondary:#ceaf7a;--accent2-faded:#e3c18a3a;--accent2-faded-60:#e3c18a99;--accent2-bright:#fadcad;--accent2-dark:#3a3225;--accent3:#552724;--accent3-secondary:#58403f;--accent3-faded:#744c491e;--accent3-faded-60:#744c4999;--accent3-bright:#a7231a;--accent3-dark:#2e1518;--accent4:#95602e;--accent4-secondary:#a26a2b;--accent4-faded:#95602e33;--accent4-faded-60:#95602e99;--accent4-bright:#c18a5c;--like-button:#e74c3c;--like-button-faded:#e74c3c33;--modal-button:#502350;--toast-success:#4caf50;--toast-error:#a7231a;--toast-warning:#b99014;--toast-info:#1e81d2;--error:#b7281e;--ratings-graph:#604271;--film-poster-border:#292928;--film-cast-crew-buttons:#343435;--follow-button:#0e4e25;--following-button:#000;--follow-button-active:#25471d;--follow-button-inactive:#000;--add-button:#469a39;--add-button-secondary:#a9741a;--back-button:#16131666;--pressed-button:#fff3;--input-background:#0003;--input-border:#ffffff0d;--search-input-background:#ffffff2c;--max-width-page:970px}.UserAvatar-module-scss-module__mlyT9W__avatarContainer{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:box-shadow .3s,transform .7s;display:flex;position:relative;overflow:hidden;box-shadow:0 2px 10px #0006}.UserAvatar-module-scss-module__mlyT9W__avatarContainer:after{content:"";border-radius:inherit;pointer-events:none;background:#fff0;transition:box-shadow .3s,background-color .3s;position:absolute;inset:0;box-shadow:inset 0 0 0 1px #ffffff1a}.UserAvatar-module-scss-module__mlyT9W__avatarContainer:hover{transform:translateY(-2px);box-shadow:0 4px 15px #000000b3}.UserAvatar-module-scss-module__mlyT9W__avatarContainer:hover:after{background:#ffffff0d;box-shadow:inset 0 0 0 1.5px #ffffff26}.UserAvatar-module-scss-module__mlyT9W__avatarContainer:active{transform:translateY(0)}.UserAvatar-module-scss-module__mlyT9W__avatar{object-fit:cover;border-radius:50%;width:100%;height:100%}.UserAvatar-module-scss-module__mlyT9W__emptyAvatar{background-color:var(--bg-secondary);border-radius:50%;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.UserAvatar-module-scss-module__mlyT9W__emptyAvatar .UserAvatar-module-scss-module__mlyT9W__avatarImg{object-fit:contain;width:100%;height:100%}.UserAvatar-module-scss-module__mlyT9W__small{width:24px;height:24px}.UserAvatar-module-scss-module__mlyT9W__small .UserAvatar-module-scss-module__mlyT9W__initial{font-size:12px}.UserAvatar-module-scss-module__mlyT9W__medium{width:32px;height:32px}.UserAvatar-module-scss-module__mlyT9W__medium .UserAvatar-module-scss-module__mlyT9W__initial{font-size:16px}.UserAvatar-module-scss-module__mlyT9W__large{width:48px;height:48px}.UserAvatar-module-scss-module__mlyT9W__large .UserAvatar-module-scss-module__mlyT9W__initial{font-size:20px}.UserAvatar-module-scss-module__mlyT9W__extra-large{width:90px;height:90px}.UserAvatar-module-scss-module__mlyT9W__icon{width:30px;height:30px}.UserAvatar-module-scss-module__mlyT9W__icon .UserAvatar-module-scss-module__mlyT9W__initial{font-size:16px}@media (max-width:768px){.UserAvatar-module-scss-module__mlyT9W__small{width:22px;height:22px}.UserAvatar-module-scss-module__mlyT9W__small .UserAvatar-module-scss-module__mlyT9W__initial{font-size:11px}.UserAvatar-module-scss-module__mlyT9W__medium{width:28px;height:28px}.UserAvatar-module-scss-module__mlyT9W__medium .UserAvatar-module-scss-module__mlyT9W__initial{font-size:14px}.UserAvatar-module-scss-module__mlyT9W__large{width:44px;height:44px}.UserAvatar-module-scss-module__mlyT9W__large .UserAvatar-module-scss-module__mlyT9W__initial{font-size:18px}}@media (max-width:320px){.UserAvatar-module-scss-module__mlyT9W__small{width:20px;height:20px}.UserAvatar-module-scss-module__mlyT9W__small .UserAvatar-module-scss-module__mlyT9W__initial{font-size:10px}.UserAvatar-module-scss-module__mlyT9W__medium{width:26px;height:26px}.UserAvatar-module-scss-module__mlyT9W__medium .UserAvatar-module-scss-module__mlyT9W__initial{font-size:13px}.UserAvatar-module-scss-module__mlyT9W__large{width:40px;height:40px}.UserAvatar-module-scss-module__mlyT9W__large .UserAvatar-module-scss-module__mlyT9W__initial{font-size:16px}}.UserAvatar-module-scss-module__mlyT9W__expandable{cursor:pointer}.UserAvatar-module-scss-module__mlyT9W__expandable:active{transition:transform .1s}.UserAvatar-module-scss-module__mlyT9W__nonInteractive{cursor:default}.UserAvatar-module-scss-module__mlyT9W__nonInteractive:hover{transform:none;box-shadow:0 2px 10px #0006}.UserAvatar-module-scss-module__mlyT9W__nonInteractive:hover:after{background:#fff0;box-shadow:inset 0 0 0 1px #ffffff1a}.UserAvatar-module-scss-module__mlyT9W__nonInteractive:active{transform:none}.UserAvatar-module-scss-module__mlyT9W__modalBackdrop{-webkit-backdrop-filter:blur();backdrop-filter:blur();z-index:99999;opacity:0;visibility:hidden;cursor:pointer;background-color:#0000;justify-content:center;align-items:center;width:100vw;height:100vh;transition:all .4s cubic-bezier(.25,.46,.45,.94);display:flex;position:fixed;top:0;left:0}.UserAvatar-module-scss-module__mlyT9W__modalBackdropVisible{opacity:1;visibility:visible;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#000000d9}.UserAvatar-module-scss-module__mlyT9W__modalContent{justify-content:center;align-items:center;width:min(50vh,50vw);max-width:500px;height:min(50vh,50vw);max-height:500px;transition:transform .4s cubic-bezier(.25,.46,.45,.94);display:flex;position:relative;transform:scale(.8)translateY(20px)}.UserAvatar-module-scss-module__mlyT9W__modalBackdropVisible .UserAvatar-module-scss-module__mlyT9W__modalContent{transform:scale(1)translateY(0)}@media (max-width:768px){.UserAvatar-module-scss-module__mlyT9W__modalContent{width:min(70vh,80vw);max-width:none;height:min(70vh,80vw);max-height:none}}.UserAvatar-module-scss-module__mlyT9W__expandedAvatar{object-fit:contain;border-radius:50%;box-shadow:0 4px 24px #00000080}
:root{--text-primary:#e8e8e8;--text-secondary:#cccbcb;--text-tertiary:#a7aba5;--bg-primary:#121618;--bg-secondary:#131a1e;--bg-faded:#14181b21;--bg-tertiary:#d9d9d9;--bg-empty-image:#2c2c2c;--tab-icon-default:#9ba1a6;--tab-icon-selected:#f2f2f2;--header-nav-border:#212326;--dashboard-buttons:#41304a;--dashboard-buttons-text:#e8e8e8;--loading-indicator:#673881;--separator:#2f3e3f;--tint:#eee;--accent:#2e3c43;--accent-secondary:#242b32;--accent-faded:#2e3c4333;--accent-faded-60:#2e3c4399;--accent-bright:#2d5d67;--accent-highlight:#242b32;--accent-dark:#1e252b;--accent2:#e3c18a;--accent2-secondary:#ceaf7a;--accent2-faded:#e3c18a3a;--accent2-faded-60:#e3c18a99;--accent2-bright:#fadcad;--accent2-dark:#3a3225;--accent3:#552724;--accent3-secondary:#58403f;--accent3-faded:#744c491e;--accent3-faded-60:#744c4999;--accent3-bright:#a7231a;--accent3-dark:#2e1518;--accent4:#95602e;--accent4-secondary:#a26a2b;--accent4-faded:#95602e33;--accent4-faded-60:#95602e99;--accent4-bright:#c18a5c;--like-button:#e74c3c;--like-button-faded:#e74c3c33;--modal-button:#502350;--toast-success:#4caf50;--toast-error:#a7231a;--toast-warning:#b99014;--toast-info:#1e81d2;--error:#b7281e;--ratings-graph:#604271;--film-poster-border:#292928;--film-cast-crew-buttons:#343435;--follow-button:#0e4e25;--following-button:#000;--follow-button-active:#25471d;--follow-button-inactive:#000;--add-button:#469a39;--add-button-secondary:#a9741a;--back-button:#16131666;--pressed-button:#fff3;--input-background:#0003;--input-border:#ffffff0d;--search-input-background:#ffffff2c;--max-width-page:970px}.FilmPoster-module-scss-module__LKeieW__film-poster-container{box-sizing:border-box;background:var(--bg-primary,#161316);cursor:pointer;aspect-ratio:2/3;border-radius:4px;justify-content:center;align-items:center;width:100%;margin:0;padding:0;transition:box-shadow .3s,transform .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 2px 10px #0006}.FilmPoster-module-scss-module__LKeieW__film-poster-container:hover{box-shadow:0 4px 12px #00000080}.FilmPoster-module-scss-module__LKeieW__film-poster-container:after{content:"";border-radius:inherit;pointer-events:none;background:#fff0;transition:box-shadow .3s,background-color .3s;position:absolute;inset:0;box-shadow:inset 0 0 0 1px #ffffff1a}.FilmPoster-module-scss-module__LKeieW__film-poster-container:hover:after{background:#ffffff0d;box-shadow:inset 0 0 0 1.5px #ffffff26}.FilmPoster-module-scss-module__LKeieW__film-poster-container.FilmPoster-module-scss-module__LKeieW__faded-container:after{box-shadow:none}.FilmPoster-module-scss-module__LKeieW__film-poster-container.FilmPoster-module-scss-module__LKeieW__non-interactive,.FilmPoster-module-scss-module__LKeieW__film-poster-container.FilmPoster-module-scss-module__LKeieW__non-interactive.FilmPoster-module-scss-module__LKeieW__empty{cursor:inherit}.FilmPoster-module-scss-module__LKeieW__film-poster-container.FilmPoster-module-scss-module__LKeieW__non-interactive:hover,.FilmPoster-module-scss-module__LKeieW__film-poster-container.FilmPoster-module-scss-module__LKeieW__non-interactive.FilmPoster-module-scss-module__LKeieW__empty:hover{box-shadow:0 2px 10px #0006}.FilmPoster-module-scss-module__LKeieW__film-poster-container.FilmPoster-module-scss-module__LKeieW__non-interactive:hover:after,.FilmPoster-module-scss-module__LKeieW__film-poster-container.FilmPoster-module-scss-module__LKeieW__non-interactive.FilmPoster-module-scss-module__LKeieW__empty:hover:after{background-color:#0000;box-shadow:inset 0 0 0 1px #ffffff1a}.FilmPoster-module-scss-module__LKeieW__film-poster-container.FilmPoster-module-scss-module__LKeieW__loading .FilmPoster-module-scss-module__LKeieW__film-poster{opacity:0}.FilmPoster-module-scss-module__LKeieW__film-poster-container .FilmPoster-module-scss-module__LKeieW__film-poster{object-fit:cover;object-position:center;image-rendering:auto;width:100%;height:100%;image-rendering:smooth;backface-visibility:hidden;transition:opacity .5s cubic-bezier(.25,.46,.45,.94)}.FilmPoster-module-scss-module__LKeieW__film-poster-container .FilmPoster-module-scss-module__LKeieW__film-poster.FilmPoster-module-scss-module__LKeieW__hidden{opacity:0}.FilmPoster-module-scss-module__LKeieW__film-poster-container .FilmPoster-module-scss-module__LKeieW__film-poster.FilmPoster-module-scss-module__LKeieW__loaded{opacity:1}.FilmPoster-module-scss-module__LKeieW__film-poster-container .FilmPoster-module-scss-module__LKeieW__film-poster.FilmPoster-module-scss-module__LKeieW__faded{opacity:.15}.FilmPoster-module-scss-module__LKeieW__film-poster-container.FilmPoster-module-scss-module__LKeieW__tiny{width:40px;height:56px}.FilmPoster-module-scss-module__LKeieW__film-poster-container.FilmPoster-module-scss-module__LKeieW__extra-small{border-radius:3px;width:60px;height:90px}.FilmPoster-module-scss-module__LKeieW__film-poster-container.FilmPoster-module-scss-module__LKeieW__diarycard{border-radius:4px;width:60px;height:90px}.FilmPoster-module-scss-module__LKeieW__film-poster-container.FilmPoster-module-scss-module__LKeieW__reviewcard{border-radius:3px;width:40px;height:60px}.FilmPoster-module-scss-module__LKeieW__film-poster-container.FilmPoster-module-scss-module__LKeieW__small{border-radius:4px;width:80px;height:120px}.FilmPoster-module-scss-module__LKeieW__film-poster-container.FilmPoster-module-scss-module__LKeieW__medium{border-radius:5px;width:110px;height:165px}.FilmPoster-module-scss-module__LKeieW__film-poster-container.FilmPoster-module-scss-module__LKeieW__large{width:140px;height:210px}.FilmPoster-module-scss-module__LKeieW__film-poster-container.FilmPoster-module-scss-module__LKeieW__extra-large{width:250px;height:375px}.FilmPoster-module-scss-module__LKeieW__loading-placeholder{background:var(--bg-primary,#161316);z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.FilmPoster-module-scss-module__LKeieW__empty-poster{aspect-ratio:2/3;background:var(--accent-dark);backface-visibility:hidden;justify-content:center;align-items:center;width:100%;height:100%;padding:8px;display:flex;transform:translateZ(0)}.FilmPoster-module-scss-module__LKeieW__empty-poster-title{color:var(--text-tertiary);text-align:center;word-wrap:break-word;-webkit-line-clamp:4;line-clamp:4;-webkit-box-orient:vertical;font-family:Satoshi-Bold,sans-serif;font-size:12px;line-height:1.3;display:-webkit-box;overflow:hidden}.FilmPoster-module-scss-module__LKeieW__poster-wrapper{width:100%;transition:transform .3s;display:block;position:relative}.FilmPoster-module-scss-module__LKeieW__poster-wrapper:hover,.FilmPoster-module-scss-module__LKeieW__poster-wrapper.FilmPoster-module-scss-module__LKeieW__wrapper-lifted{transform:translateY(-2px)}.FilmPoster-module-scss-module__LKeieW__poster-wrapper:active{transform:translateY(0)}.FilmPoster-module-scss-module__LKeieW__poster-wrapper.FilmPoster-module-scss-module__LKeieW__wrapper-non-interactive:hover,.FilmPoster-module-scss-module__LKeieW__poster-wrapper.FilmPoster-module-scss-module__LKeieW__wrapper-non-interactive:active{transform:none}.FilmPoster-module-scss-module__LKeieW__order-number{background:var(--accent-dark);color:var(--text-primary,#fff);z-index:10;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-family:Satoshi-Bold,sans-serif;font-size:12px;line-height:1;transition:all .2s;display:flex;position:absolute;bottom:-6px;left:50%;transform:translate(-50%)}.FilmPoster-module-scss-module__LKeieW__order-number.FilmPoster-module-scss-module__LKeieW__editable{cursor:pointer}.FilmPoster-module-scss-module__LKeieW__order-number.FilmPoster-module-scss-module__LKeieW__editable:hover{background:var(--accent);border:1px solid #ffffff4d;transform:translate(-50%)scale(1.1)}.FilmPoster-module-scss-module__LKeieW__order-number.FilmPoster-module-scss-module__LKeieW__editable:active{transform:translate(-50%)scale(.95)}.FilmPoster-module-scss-module__LKeieW__poster-wrapper .FilmPoster-module-scss-module__LKeieW__tiny+.FilmPoster-module-scss-module__LKeieW__order-number{width:16px;height:16px;font-size:8px;bottom:-8px}.FilmPoster-module-scss-module__LKeieW__poster-wrapper .FilmPoster-module-scss-module__LKeieW__extra-small+.FilmPoster-module-scss-module__LKeieW__order-number{width:18px;height:18px;font-size:9px;bottom:-9px}.FilmPoster-module-scss-module__LKeieW__poster-wrapper .FilmPoster-module-scss-module__LKeieW__diarycard+.FilmPoster-module-scss-module__LKeieW__order-number{width:19px;height:19px;font-size:9px;bottom:-9px}.FilmPoster-module-scss-module__LKeieW__poster-wrapper .FilmPoster-module-scss-module__LKeieW__small+.FilmPoster-module-scss-module__LKeieW__order-number{width:20px;height:20px;font-size:10px;bottom:-10px}.FilmPoster-module-scss-module__LKeieW__poster-wrapper .FilmPoster-module-scss-module__LKeieW__medium+.FilmPoster-module-scss-module__LKeieW__order-number{width:24px;height:24px;font-size:12px;bottom:-12px}.FilmPoster-module-scss-module__LKeieW__poster-wrapper .FilmPoster-module-scss-module__LKeieW__large+.FilmPoster-module-scss-module__LKeieW__order-number{width:28px;height:28px;font-size:14px;bottom:-14px}.FilmPoster-module-scss-module__LKeieW__poster-wrapper .FilmPoster-module-scss-module__LKeieW__extra-large+.FilmPoster-module-scss-module__LKeieW__order-number{width:32px;height:32px;font-size:16px;bottom:-16px}.FilmPoster-module-scss-module__LKeieW__order-input{width:100%;height:100%;color:var(--text-primary,#fff);font-family:Satoshi-Bold,sans-serif;font-size:inherit;text-align:center;box-sizing:border-box;background:0 0;border:none;outline:none;margin:0;padding:0}.FilmPoster-module-scss-module__LKeieW__order-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.FilmPoster-module-scss-module__LKeieW__order-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.FilmPoster-module-scss-module__LKeieW__order-input[type=number]{appearance:textfield}.FilmPoster-module-scss-module__LKeieW__tooltip{background:var(--accent-secondary);color:var(--text-primary);white-space:nowrap;z-index:1000;pointer-events:none;text-overflow:ellipsis;opacity:1;border:1px solid #ffffff1a;border-radius:4px;max-width:200px;padding:6px;font-family:Satoshi-Medium,sans-serif;font-size:11px;line-height:1.3;animation:.1s ease-out FilmPoster-module-scss-module__LKeieW__tooltipFadeIn;position:absolute;bottom:calc(100% + 8px);left:50%;overflow:hidden;transform:translate(-50%);box-shadow:0 4px 12px #00000080}.FilmPoster-module-scss-module__LKeieW__tooltip:after{content:"";border:5px solid #0000;border-top-color:var(--bg-tertiary,#282828f2);position:absolute;top:100%;left:50%;transform:translate(-50%)}@media (max-width:320px){.FilmPoster-module-scss-module__LKeieW__tooltip{max-width:200px;padding:5px 8px;font-size:12px}}@keyframes FilmPoster-module-scss-module__LKeieW__tooltipFadeIn{0%{opacity:0;transform:translate(-50%)translateY(4px)}to{opacity:1;transform:translate(-50%)translateY(0)}}.FilmPoster-module-scss-module__LKeieW__film-poster-container.FilmPoster-module-scss-module__LKeieW__empty{cursor:pointer}.FilmPoster-module-scss-module__LKeieW__modal-backdrop{-webkit-backdrop-filter:blur();backdrop-filter:blur();z-index:99999;opacity:0;visibility:hidden;background-color:#0000;justify-content:center;align-items:center;width:100vw;height:100vh;transition:all .4s cubic-bezier(.25,.46,.45,.94);display:flex;position:fixed;top:0;left:0}.FilmPoster-module-scss-module__LKeieW__modal-backdrop--visible{opacity:1;visibility:visible;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#000000d9}.FilmPoster-module-scss-module__LKeieW__modal-content{width:min(50vh,85vw);max-width:500px;height:min(75vh,127.5vw);max-height:750px;transition:transform .4s cubic-bezier(.25,.46,.45,.94);position:relative;transform:scale(.8)translateY(20px)}.FilmPoster-module-scss-module__LKeieW__modal-backdrop--visible .FilmPoster-module-scss-module__LKeieW__modal-content{transform:scale(1)translateY(0)}@media (max-width:768px){.FilmPoster-module-scss-module__LKeieW__modal-content{width:min(53.3333vh,85vw);max-width:none;height:min(80vh,127.5vw);max-height:none}}.FilmPoster-module-scss-module__LKeieW__expanded-poster{object-fit:contain;image-rendering:auto;image-rendering:-webkit-optimize-contrast;image-rendering:smooth;backface-visibility:hidden;border-radius:8px;transform:translateZ(0);box-shadow:0 25px 50px #00000080}.FilmPoster-module-scss-module__LKeieW__film-poster-container{transition:all .3s cubic-bezier(.25,.46,.45,.94)}.FilmPoster-module-scss-module__LKeieW__film-poster-container.FilmPoster-module-scss-module__LKeieW__expandable{cursor:pointer}.FilmPoster-module-scss-module__LKeieW__film-poster-container.FilmPoster-module-scss-module__LKeieW__expandable:active{transition:transform .1s}.FilmPoster-module-scss-module__LKeieW__film-poster-container.FilmPoster-module-scss-module__LKeieW__clickable{cursor:pointer}.FilmPoster-module-scss-module__LKeieW__film-poster-container.FilmPoster-module-scss-module__LKeieW__clickable:active{transition:transform .1s}
:root{--text-primary:#e8e8e8;--text-secondary:#cccbcb;--text-tertiary:#a7aba5;--bg-primary:#121618;--bg-secondary:#131a1e;--bg-faded:#14181b21;--bg-tertiary:#d9d9d9;--bg-empty-image:#2c2c2c;--tab-icon-default:#9ba1a6;--tab-icon-selected:#f2f2f2;--header-nav-border:#212326;--dashboard-buttons:#41304a;--dashboard-buttons-text:#e8e8e8;--loading-indicator:#673881;--separator:#2f3e3f;--tint:#eee;--accent:#2e3c43;--accent-secondary:#242b32;--accent-faded:#2e3c4333;--accent-faded-60:#2e3c4399;--accent-bright:#2d5d67;--accent-highlight:#242b32;--accent-dark:#1e252b;--accent2:#e3c18a;--accent2-secondary:#ceaf7a;--accent2-faded:#e3c18a3a;--accent2-faded-60:#e3c18a99;--accent2-bright:#fadcad;--accent2-dark:#3a3225;--accent3:#552724;--accent3-secondary:#58403f;--accent3-faded:#744c491e;--accent3-faded-60:#744c4999;--accent3-bright:#a7231a;--accent3-dark:#2e1518;--accent4:#95602e;--accent4-secondary:#a26a2b;--accent4-faded:#95602e33;--accent4-faded-60:#95602e99;--accent4-bright:#c18a5c;--like-button:#e74c3c;--like-button-faded:#e74c3c33;--modal-button:#502350;--toast-success:#4caf50;--toast-error:#a7231a;--toast-warning:#b99014;--toast-info:#1e81d2;--error:#b7281e;--ratings-graph:#604271;--film-poster-border:#292928;--film-cast-crew-buttons:#343435;--follow-button:#0e4e25;--following-button:#000;--follow-button-active:#25471d;--follow-button-inactive:#000;--add-button:#469a39;--add-button-secondary:#a9741a;--back-button:#16131666;--pressed-button:#fff3;--input-background:#0003;--input-border:#ffffff0d;--search-input-background:#ffffff2c;--max-width-page:970px}.LoadingSpinner-module-scss-module__bawMNa__spinner{display:inline-block;position:relative}.LoadingSpinner-module-scss-module__bawMNa__spinner.LoadingSpinner-module-scss-module__bawMNa__small{width:20px;height:20px}.LoadingSpinner-module-scss-module__bawMNa__spinner.LoadingSpinner-module-scss-module__bawMNa__medium{width:40px;height:40px}.LoadingSpinner-module-scss-module__bawMNa__spinner.LoadingSpinner-module-scss-module__bawMNa__large{width:60px;height:60px}.LoadingSpinner-module-scss-module__bawMNa__spinnerInner{width:100%;height:100%;color:var(--text-primary);border:2px solid #0000;border-top-color:currentColor;border-radius:50%;animation:1s linear infinite LoadingSpinner-module-scss-module__bawMNa__spin}@keyframes LoadingSpinner-module-scss-module__bawMNa__spin{to{transform:rotate(360deg)}}
.BackgroundGradient-module-scss-module__0fXsJW__wrapper{z-index:0;pointer-events:none;width:100vw;height:450px;position:absolute;top:0;left:50%;transform:translate(-50%)}.BackgroundGradient-module-scss-module__0fXsJW__background{background-color:var(--bg-primary);position:absolute;inset:0}.BackgroundGradient-module-scss-module__0fXsJW__container{opacity:.1;height:450px;position:absolute;top:0;left:0;right:0;overflow:hidden}.BackgroundGradient-module-scss-module__0fXsJW__stripes{width:140%;position:absolute;top:0;bottom:0;left:-20%;transform:skew(-20deg)}.BackgroundGradient-module-scss-module__0fXsJW__stripe{width:10%;position:absolute;top:0;bottom:0}.BackgroundGradient-module-scss-module__0fXsJW__stripe1{background:linear-gradient(#9a2a2a 0%,#9a2a2acc 20%,#9a2a2a80 40%,#9a2a2a33 60%,#9a2a2a0d 80%,#0000 100%);left:0%}.BackgroundGradient-module-scss-module__0fXsJW__stripe2{background:linear-gradient(#e5971a 0%,#e5971acc 20%,#e5971a80 40%,#e5971a33 60%,#e5971a0d 80%,#0000 100%);left:10%}.BackgroundGradient-module-scss-module__0fXsJW__stripe3{background:linear-gradient(#d3c52b 0%,#d3c52bcc 20%,#d3c52b80 40%,#d3c52b33 60%,#d3c52b0d 80%,#0000 100%);left:20%}.BackgroundGradient-module-scss-module__0fXsJW__stripe4{background:linear-gradient(#dedede 0%,#dededecc 20%,#dedede80 40%,#dedede33 60%,#dedede0d 80%,#0000 100%);left:30%}.BackgroundGradient-module-scss-module__0fXsJW__stripe5{background:linear-gradient(#9a2a2a 0%,#9a2a2acc 20%,#9a2a2a80 40%,#9a2a2a33 60%,#9a2a2a0d 80%,#0000 100%);left:40%}.BackgroundGradient-module-scss-module__0fXsJW__stripe6{background:linear-gradient(#e5971a 0%,#e5971acc 20%,#e5971a80 40%,#e5971a33 60%,#e5971a0d 80%,#0000 100%);left:50%}.BackgroundGradient-module-scss-module__0fXsJW__stripe7{background:linear-gradient(#d3c52b 0%,#d3c52bcc 20%,#d3c52b80 40%,#d3c52b33 60%,#d3c52b0d 80%,#0000 100%);left:60%}.BackgroundGradient-module-scss-module__0fXsJW__stripe8{background:linear-gradient(#dedede 0%,#dededecc 20%,#dedede80 40%,#dedede33 60%,#dedede0d 80%,#0000 100%);left:70%}.BackgroundGradient-module-scss-module__0fXsJW__stripe9{background:linear-gradient(#9a2a2a 0%,#9a2a2acc 20%,#9a2a2a80 40%,#9a2a2a33 60%,#9a2a2a0d 80%,#0000 100%);left:80%}.BackgroundGradient-module-scss-module__0fXsJW__stripe10{background:linear-gradient(#e5971a 0%,#e5971acc 20%,#e5971a80 40%,#e5971a33 60%,#e5971a0d 80%,#0000 100%);left:90%}.BackgroundGradient-module-scss-module__0fXsJW__stripe11{background:linear-gradient(#d3c52b 0%,#d3c52bcc 20%,#d3c52b80 40%,#d3c52b33 60%,#d3c52b0d 80%,#0000 100%);left:100%}.BackgroundGradient-module-scss-module__0fXsJW__stripe12{background:linear-gradient(#dedede 0%,#dededecc 20%,#dedede80 40%,#dedede33 60%,#dedede0d 80%,#0000 100%);left:110%}.BackgroundGradient-module-scss-module__0fXsJW__fade{background:linear-gradient(to bottom, transparent 0%, #00000005 20%, #00000014 40%, #0003 60%, #0006 80%, var(--bg-primary) 100%);position:absolute;inset:0% 0 0}
:root{--text-primary:#e8e8e8;--text-secondary:#cccbcb;--text-tertiary:#a7aba5;--bg-primary:#121618;--bg-secondary:#131a1e;--bg-faded:#14181b21;--bg-tertiary:#d9d9d9;--bg-empty-image:#2c2c2c;--tab-icon-default:#9ba1a6;--tab-icon-selected:#f2f2f2;--header-nav-border:#212326;--dashboard-buttons:#41304a;--dashboard-buttons-text:#e8e8e8;--loading-indicator:#673881;--separator:#2f3e3f;--tint:#eee;--accent:#2e3c43;--accent-secondary:#242b32;--accent-faded:#2e3c4333;--accent-faded-60:#2e3c4399;--accent-bright:#2d5d67;--accent-highlight:#242b32;--accent-dark:#1e252b;--accent2:#e3c18a;--accent2-secondary:#ceaf7a;--accent2-faded:#e3c18a3a;--accent2-faded-60:#e3c18a99;--accent2-bright:#fadcad;--accent2-dark:#3a3225;--accent3:#552724;--accent3-secondary:#58403f;--accent3-faded:#744c491e;--accent3-faded-60:#744c4999;--accent3-bright:#a7231a;--accent3-dark:#2e1518;--accent4:#95602e;--accent4-secondary:#a26a2b;--accent4-faded:#95602e33;--accent4-faded-60:#95602e99;--accent4-bright:#c18a5c;--like-button:#e74c3c;--like-button-faded:#e74c3c33;--modal-button:#502350;--toast-success:#4caf50;--toast-error:#a7231a;--toast-warning:#b99014;--toast-info:#1e81d2;--error:#b7281e;--ratings-graph:#604271;--film-poster-border:#292928;--film-cast-crew-buttons:#343435;--follow-button:#0e4e25;--following-button:#000;--follow-button-active:#25471d;--follow-button-inactive:#000;--add-button:#469a39;--add-button-secondary:#a9741a;--back-button:#16131666;--pressed-button:#fff3;--input-background:#0003;--input-border:#ffffff0d;--search-input-background:#ffffff2c;--max-width-page:970px}.FollowButton-module-scss-module__uXuDcW__followButton{border:1px solid var(--separator);background-color:var(--text-primary);color:var(--text-primary);cursor:pointer;white-space:nowrap;border-radius:24px;align-items:center;gap:6px;padding:6px 18px;font-family:Satoshi-Medium,sans-serif;transition:all .2s;display:flex}.FollowButton-module-scss-module__uXuDcW__followButton:hover:not(:disabled){background-color:var(--accent-faded);border-color:var(--text-tertiary)}.FollowButton-module-scss-module__uXuDcW__followButton:disabled{opacity:.5;cursor:not-allowed}.FollowButton-module-scss-module__uXuDcW__followButton .FollowButton-module-scss-module__uXuDcW__buttonText{font-size:15px}.FollowButton-module-scss-module__uXuDcW__followButton.FollowButton-module-scss-module__uXuDcW__small{gap:4px;padding:4px 10px}.FollowButton-module-scss-module__uXuDcW__followButton.FollowButton-module-scss-module__uXuDcW__small .FollowButton-module-scss-module__uXuDcW__buttonText{font-size:12px}.FollowButton-module-scss-module__uXuDcW__followButton.FollowButton-module-scss-module__uXuDcW__large{gap:8px;padding:8px 18px}.FollowButton-module-scss-module__uXuDcW__followButton.FollowButton-module-scss-module__uXuDcW__large .FollowButton-module-scss-module__uXuDcW__buttonText{font-size:16px}.FollowButton-module-scss-module__uXuDcW__followButton.FollowButton-module-scss-module__uXuDcW__following{background-color:var(--bg-secondary);color:var(--text-secondary);border-color:var(--separator)}.FollowButton-module-scss-module__uXuDcW__followButton.FollowButton-module-scss-module__uXuDcW__following.FollowButton-module-scss-module__uXuDcW__unfollowHover{color:#dc2626;background-color:#dc26261a;border-color:#dc262680}.FollowButton-module-scss-module__uXuDcW__followButton.FollowButton-module-scss-module__uXuDcW__notFollowing{background-color:var(--text-secondary);color:var(--bg-primary);border-color:var(--accent)}.FollowButton-module-scss-module__uXuDcW__followButton.FollowButton-module-scss-module__uXuDcW__notFollowing:hover:not(:disabled){background-color:var(--accent-faded);border-color:var(--accent);color:var(--text-primary)}.FollowButton-module-scss-module__uXuDcW__followButton.FollowButton-module-scss-module__uXuDcW__pending{background-color:var(--bg-secondary);color:var(--text-tertiary);border-color:var(--separator);cursor:default;opacity:.7}.FollowButton-module-scss-module__uXuDcW__followButton.FollowButton-module-scss-module__uXuDcW__pending:hover{background-color:var(--bg-secondary);border-color:var(--separator)}
:root{--text-primary:#e8e8e8;--text-secondary:#cccbcb;--text-tertiary:#a7aba5;--bg-primary:#121618;--bg-secondary:#131a1e;--bg-faded:#14181b21;--bg-tertiary:#d9d9d9;--bg-empty-image:#2c2c2c;--tab-icon-default:#9ba1a6;--tab-icon-selected:#f2f2f2;--header-nav-border:#212326;--dashboard-buttons:#41304a;--dashboard-buttons-text:#e8e8e8;--loading-indicator:#673881;--separator:#2f3e3f;--tint:#eee;--accent:#2e3c43;--accent-secondary:#242b32;--accent-faded:#2e3c4333;--accent-faded-60:#2e3c4399;--accent-bright:#2d5d67;--accent-highlight:#242b32;--accent-dark:#1e252b;--accent2:#e3c18a;--accent2-secondary:#ceaf7a;--accent2-faded:#e3c18a3a;--accent2-faded-60:#e3c18a99;--accent2-bright:#fadcad;--accent2-dark:#3a3225;--accent3:#552724;--accent3-secondary:#58403f;--accent3-faded:#744c491e;--accent3-faded-60:#744c4999;--accent3-bright:#a7231a;--accent3-dark:#2e1518;--accent4:#95602e;--accent4-secondary:#a26a2b;--accent4-faded:#95602e33;--accent4-faded-60:#95602e99;--accent4-bright:#c18a5c;--like-button:#e74c3c;--like-button-faded:#e74c3c33;--modal-button:#502350;--toast-success:#4caf50;--toast-error:#a7231a;--toast-warning:#b99014;--toast-info:#1e81d2;--error:#b7281e;--ratings-graph:#604271;--film-poster-border:#292928;--film-cast-crew-buttons:#343435;--follow-button:#0e4e25;--following-button:#000;--follow-button-active:#25471d;--follow-button-inactive:#000;--add-button:#469a39;--add-button-secondary:#a9741a;--back-button:#16131666;--pressed-button:#fff3;--input-background:#0003;--input-border:#ffffff0d;--search-input-background:#ffffff2c;--max-width-page:970px}.InlineFlourish-module-scss-module__9TFwoa__inline-flourish{opacity:0;border:1px solid #ffffff03;border-radius:2px;flex-direction:row;align-items:center;transition:opacity .5s ease-in-out;display:flex;overflow:hidden;box-shadow:0 10px 8px #0005}.InlineFlourish-module-scss-module__9TFwoa__inline-flourish.InlineFlourish-module-scss-module__9TFwoa__visible{opacity:1}.InlineFlourish-module-scss-module__9TFwoa__flourish-bar{width:20px;height:20px}.InlineFlourish-module-scss-module__9TFwoa__bar-1{background-color:var(--flourish-color-1)}.InlineFlourish-module-scss-module__9TFwoa__bar-2{background-color:var(--flourish-color-2)}.InlineFlourish-module-scss-module__9TFwoa__bar-3{background-color:var(--flourish-color-3)}.InlineFlourish-module-scss-module__9TFwoa__bar-4{background-color:var(--flourish-color-4)}
:root{--text-primary:#e8e8e8;--text-secondary:#cccbcb;--text-tertiary:#a7aba5;--bg-primary:#121618;--bg-secondary:#131a1e;--bg-faded:#14181b21;--bg-tertiary:#d9d9d9;--bg-empty-image:#2c2c2c;--tab-icon-default:#9ba1a6;--tab-icon-selected:#f2f2f2;--header-nav-border:#212326;--dashboard-buttons:#41304a;--dashboard-buttons-text:#e8e8e8;--loading-indicator:#673881;--separator:#2f3e3f;--tint:#eee;--accent:#2e3c43;--accent-secondary:#242b32;--accent-faded:#2e3c4333;--accent-faded-60:#2e3c4399;--accent-bright:#2d5d67;--accent-highlight:#242b32;--accent-dark:#1e252b;--accent2:#e3c18a;--accent2-secondary:#ceaf7a;--accent2-faded:#e3c18a3a;--accent2-faded-60:#e3c18a99;--accent2-bright:#fadcad;--accent2-dark:#3a3225;--accent3:#552724;--accent3-secondary:#58403f;--accent3-faded:#744c491e;--accent3-faded-60:#744c4999;--accent3-bright:#a7231a;--accent3-dark:#2e1518;--accent4:#95602e;--accent4-secondary:#a26a2b;--accent4-faded:#95602e33;--accent4-faded-60:#95602e99;--accent4-bright:#c18a5c;--like-button:#e74c3c;--like-button-faded:#e74c3c33;--modal-button:#502350;--toast-success:#4caf50;--toast-error:#a7231a;--toast-warning:#b99014;--toast-info:#1e81d2;--error:#b7281e;--ratings-graph:#604271;--film-poster-border:#292928;--film-cast-crew-buttons:#343435;--follow-button:#0e4e25;--following-button:#000;--follow-button-active:#25471d;--follow-button-inactive:#000;--add-button:#469a39;--add-button-secondary:#a9741a;--back-button:#16131666;--pressed-button:#fff3;--input-background:#0003;--input-border:#ffffff0d;--search-input-background:#ffffff2c;--max-width-page:970px}.ReviewCard-module-scss-module__Q82Zpa__container{cursor:pointer;padding-top:16px;padding-bottom:16px;transition:transform .18s}.ReviewCard-module-scss-module__Q82Zpa__container:hover .ReviewCard-module-scss-module__Q82Zpa__reviewContent{color:var(--text-primary)}.ReviewCard-module-scss-module__Q82Zpa__container:hover .ReviewCard-module-scss-module__Q82Zpa__backdrop:after{box-shadow:inset 0 0 0 1px var(--accent2-faded-60)}.ReviewCard-module-scss-module__Q82Zpa__container.ReviewCard-module-scss-module__Q82Zpa__pressed .ReviewCard-module-scss-module__Q82Zpa__reviewContent{color:var(--text-primary)}.ReviewCard-module-scss-module__Q82Zpa__backdrop{aspect-ratio:2.15;background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:12px;transition:box-shadow .3s,transform .3s;position:relative;overflow:hidden;box-shadow:0 2px 8px #0006}.ReviewCard-module-scss-module__Q82Zpa__backdrop:after{content:"";border-radius:inherit;pointer-events:none;transition:box-shadow .3s,background-color .3s;position:absolute;inset:0;box-shadow:inset 0 0 0 1px #ffffff1a}.ReviewCard-module-scss-module__Q82Zpa__hasBackdrop{background-color:#101012f2}.ReviewCard-module-scss-module__Q82Zpa__backdropFallback{background:var(--accent-dark);justify-content:center;align-items:center;padding:24px;display:flex}.ReviewCard-module-scss-module__Q82Zpa__backdropTitle{z-index:1;text-align:center;color:#ffffff70;max-width:70%;font-family:Satoshi-Bold,sans-serif;font-size:18px;line-height:1.3;position:relative}.ReviewCard-module-scss-module__Q82Zpa__cardMain{flex-direction:row;align-items:flex-start;gap:8px;padding-top:16px;display:flex}.ReviewCard-module-scss-module__Q82Zpa__textContainer{flex:1;min-width:0}.ReviewCard-module-scss-module__Q82Zpa__reviewHeading{display:block}.ReviewCard-module-scss-module__Q82Zpa__headingLeft{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.ReviewCard-module-scss-module__Q82Zpa__headerTopRow{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.ReviewCard-module-scss-module__Q82Zpa__headerText{flex-direction:column;flex:1;min-width:0;display:flex}.ReviewCard-module-scss-module__Q82Zpa__filmTitle{color:var(--text-tertiary);margin-bottom:4px;font-family:Satoshi-Bold,sans-serif;font-size:13px;display:block}.ReviewCard-module-scss-module__Q82Zpa__reviewTitle{letter-spacing:-.07rem;color:var(--text-primary);text-overflow:ellipsis;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin:0 0 2px;font-family:Satoshi-Bold,sans-serif;font-size:22px;line-height:1.2;display:-webkit-box;overflow:hidden}.ReviewCard-module-scss-module__Q82Zpa__authorRow{flex-direction:row;align-items:center;margin-top:2px;display:flex}.ReviewCard-module-scss-module__Q82Zpa__writtenBy{color:var(--text-secondary);margin-right:6px;font-family:Satoshi-Medium,sans-serif;font-size:13px}.ReviewCard-module-scss-module__Q82Zpa__posterContainer{cursor:pointer;flex:0 0 40px;align-self:flex-start;width:40px;min-width:40px;margin-left:0}.ReviewCard-module-scss-module__Q82Zpa__reviewContent{color:var(--text-secondary);-webkit-line-clamp:5;line-clamp:5;word-break:break-word;-webkit-box-orient:vertical;margin:6px 0 0;font-family:Satoshi-Medium,sans-serif;font-size:15px;line-height:1.6rem;display:-webkit-box;overflow:hidden}.ReviewCard-module-scss-module__Q82Zpa__separator{background-color:var(--separator-solid);height:.5px;margin-top:4px}@media (max-width:768px){.ReviewCard-module-scss-module__Q82Zpa__backdrop{margin:8px 14px 0}.ReviewCard-module-scss-module__Q82Zpa__reviewContent{font-size:14px;line-height:20px}}@media (max-width:320px){.ReviewCard-module-scss-module__Q82Zpa__backdrop{margin:6px 12px 0}.ReviewCard-module-scss-module__Q82Zpa__backdropTitle{max-width:82%;font-size:16px}.ReviewCard-module-scss-module__Q82Zpa__filmTitle{font-size:11px}.ReviewCard-module-scss-module__Q82Zpa__headerTopRow{gap:10px}.ReviewCard-module-scss-module__Q82Zpa__reviewTitle{font-size:16px}.ReviewCard-module-scss-module__Q82Zpa__reviewContent{-webkit-line-clamp:4;line-clamp:4;font-size:13px;line-height:18px}}
:root{--text-primary:#e8e8e8;--text-secondary:#cccbcb;--text-tertiary:#a7aba5;--bg-primary:#121618;--bg-secondary:#131a1e;--bg-faded:#14181b21;--bg-tertiary:#d9d9d9;--bg-empty-image:#2c2c2c;--tab-icon-default:#9ba1a6;--tab-icon-selected:#f2f2f2;--header-nav-border:#212326;--dashboard-buttons:#41304a;--dashboard-buttons-text:#e8e8e8;--loading-indicator:#673881;--separator:#2f3e3f;--tint:#eee;--accent:#2e3c43;--accent-secondary:#242b32;--accent-faded:#2e3c4333;--accent-faded-60:#2e3c4399;--accent-bright:#2d5d67;--accent-highlight:#242b32;--accent-dark:#1e252b;--accent2:#e3c18a;--accent2-secondary:#ceaf7a;--accent2-faded:#e3c18a3a;--accent2-faded-60:#e3c18a99;--accent2-bright:#fadcad;--accent2-dark:#3a3225;--accent3:#552724;--accent3-secondary:#58403f;--accent3-faded:#744c491e;--accent3-faded-60:#744c4999;--accent3-bright:#a7231a;--accent3-dark:#2e1518;--accent4:#95602e;--accent4-secondary:#a26a2b;--accent4-faded:#95602e33;--accent4-faded-60:#95602e99;--accent4-bright:#c18a5c;--like-button:#e74c3c;--like-button-faded:#e74c3c33;--modal-button:#502350;--toast-success:#4caf50;--toast-error:#a7231a;--toast-warning:#b99014;--toast-info:#1e81d2;--error:#b7281e;--ratings-graph:#604271;--film-poster-border:#292928;--film-cast-crew-buttons:#343435;--follow-button:#0e4e25;--following-button:#000;--follow-button-active:#25471d;--follow-button-inactive:#000;--add-button:#469a39;--add-button-secondary:#a9741a;--back-button:#16131666;--pressed-button:#fff3;--input-background:#0003;--input-border:#ffffff0d;--search-input-background:#ffffff2c;--max-width-page:970px}.HorizontalRatingsGraph-module-scss-module__sgOG6q__container{box-sizing:border-box;border-radius:8px;flex-direction:column;justify-content:space-between;display:flex}.HorizontalRatingsGraph-module-scss-module__sgOG6q__container.HorizontalRatingsGraph-module-scss-module__sgOG6q__small{gap:10px}.HorizontalRatingsGraph-module-scss-module__sgOG6q__container.HorizontalRatingsGraph-module-scss-module__sgOG6q__small .HorizontalRatingsGraph-module-scss-module__sgOG6q__barsContainer{height:35px}.HorizontalRatingsGraph-module-scss-module__sgOG6q__container.HorizontalRatingsGraph-module-scss-module__sgOG6q__small .HorizontalRatingsGraph-module-scss-module__sgOG6q__leftStarIndicator{padding:0 7px 0 0}.HorizontalRatingsGraph-module-scss-module__sgOG6q__container.HorizontalRatingsGraph-module-scss-module__sgOG6q__small .HorizontalRatingsGraph-module-scss-module__sgOG6q__rightSideContainer{gap:4px;min-width:42px;padding:0 0 0 7px}.HorizontalRatingsGraph-module-scss-module__sgOG6q__container.HorizontalRatingsGraph-module-scss-module__sgOG6q__small .HorizontalRatingsGraph-module-scss-module__sgOG6q__rightStarIndicator{min-width:47px;height:9px}.HorizontalRatingsGraph-module-scss-module__sgOG6q__container.HorizontalRatingsGraph-module-scss-module__sgOG6q__small .HorizontalRatingsGraph-module-scss-module__sgOG6q__averageRating{min-height:18px;font-size:15px;line-height:18px}.HorizontalRatingsGraph-module-scss-module__sgOG6q__container.HorizontalRatingsGraph-module-scss-module__sgOG6q__small .HorizontalRatingsGraph-module-scss-module__sgOG6q__totalRatings{min-height:11px;font-size:11px}.HorizontalRatingsGraph-module-scss-module__sgOG6q__container.HorizontalRatingsGraph-module-scss-module__sgOG6q__medium{gap:12px}.HorizontalRatingsGraph-module-scss-module__sgOG6q__container.HorizontalRatingsGraph-module-scss-module__sgOG6q__medium .HorizontalRatingsGraph-module-scss-module__sgOG6q__barsContainer{height:45px}.HorizontalRatingsGraph-module-scss-module__sgOG6q__container.HorizontalRatingsGraph-module-scss-module__sgOG6q__medium .HorizontalRatingsGraph-module-scss-module__sgOG6q__leftStarIndicator{padding:0 9px 0 0}.HorizontalRatingsGraph-module-scss-module__sgOG6q__container.HorizontalRatingsGraph-module-scss-module__sgOG6q__medium .HorizontalRatingsGraph-module-scss-module__sgOG6q__rightSideContainer{gap:5px;min-width:52px;padding:0 0 0 9px}.HorizontalRatingsGraph-module-scss-module__sgOG6q__container.HorizontalRatingsGraph-module-scss-module__sgOG6q__medium .HorizontalRatingsGraph-module-scss-module__sgOG6q__rightStarIndicator{min-width:56px;height:11px}.HorizontalRatingsGraph-module-scss-module__sgOG6q__container.HorizontalRatingsGraph-module-scss-module__sgOG6q__medium .HorizontalRatingsGraph-module-scss-module__sgOG6q__averageRating{min-height:22px;font-size:16px;line-height:22px}.HorizontalRatingsGraph-module-scss-module__sgOG6q__container.HorizontalRatingsGraph-module-scss-module__sgOG6q__medium .HorizontalRatingsGraph-module-scss-module__sgOG6q__totalRatings{min-height:13px;font-size:10px}.HorizontalRatingsGraph-module-scss-module__sgOG6q__container.HorizontalRatingsGraph-module-scss-module__sgOG6q__large{gap:14px;padding:11px 17px}.HorizontalRatingsGraph-module-scss-module__sgOG6q__container.HorizontalRatingsGraph-module-scss-module__sgOG6q__large .HorizontalRatingsGraph-module-scss-module__sgOG6q__barsContainer{height:55px}.HorizontalRatingsGraph-module-scss-module__sgOG6q__container.HorizontalRatingsGraph-module-scss-module__sgOG6q__large .HorizontalRatingsGraph-module-scss-module__sgOG6q__leftStarIndicator{padding:0 11px 0 0}.HorizontalRatingsGraph-module-scss-module__sgOG6q__container.HorizontalRatingsGraph-module-scss-module__sgOG6q__large .HorizontalRatingsGraph-module-scss-module__sgOG6q__rightSideContainer{gap:6px;min-width:62px;padding:0 0 0 11px}.HorizontalRatingsGraph-module-scss-module__sgOG6q__container.HorizontalRatingsGraph-module-scss-module__sgOG6q__large .HorizontalRatingsGraph-module-scss-module__sgOG6q__rightStarIndicator{min-width:65px;height:13px}.HorizontalRatingsGraph-module-scss-module__sgOG6q__container.HorizontalRatingsGraph-module-scss-module__sgOG6q__large .HorizontalRatingsGraph-module-scss-module__sgOG6q__averageRating{min-height:26px;font-size:20px;line-height:26px}.HorizontalRatingsGraph-module-scss-module__sgOG6q__container.HorizontalRatingsGraph-module-scss-module__sgOG6q__large .HorizontalRatingsGraph-module-scss-module__sgOG6q__totalRatings{min-height:15px;font-size:12px}.HorizontalRatingsGraph-module-scss-module__sgOG6q__headerRow{flex-direction:row;justify-content:flex-start;align-items:flex-start;display:flex}.HorizontalRatingsGraph-module-scss-module__sgOG6q__averageRating{text-align:center;color:var(--text-primary);font-family:Satoshi-Bold,sans-serif}.HorizontalRatingsGraph-module-scss-module__sgOG6q__totalRatings{color:var(--text-tertiary);font-family:Satoshi-Medium,sans-serif}.HorizontalRatingsGraph-module-scss-module__sgOG6q__graphContainer{flex-direction:row;justify-content:center;align-items:flex-end;display:flex}.HorizontalRatingsGraph-module-scss-module__sgOG6q__barsContainer{cursor:pointer;-webkit-user-select:none;user-select:none;flex-direction:row;flex:1;align-items:flex-end;display:flex;position:relative}.HorizontalRatingsGraph-module-scss-module__sgOG6q__barWrapper{flex-direction:column;flex:1;justify-content:flex-end;height:100%;padding:0 .5px;display:flex}.HorizontalRatingsGraph-module-scss-module__sgOG6q__bar{background-color:var(--accent2);border-top-left-radius:3px;border-top-right-radius:3px;width:100%;transition:all .1s}.HorizontalRatingsGraph-module-scss-module__sgOG6q__bar:hover{transform:scaleY(1.05)}.HorizontalRatingsGraph-module-scss-module__sgOG6q__bar.HorizontalRatingsGraph-module-scss-module__sgOG6q__barSelected{background-color:var(--accent-faded-60)}.HorizontalRatingsGraph-module-scss-module__sgOG6q__leftStarIndicator{justify-content:center;align-self:flex-end;align-items:center;display:flex}.HorizontalRatingsGraph-module-scss-module__sgOG6q__rightSideContainer{flex-direction:column;justify-content:space-between;align-self:stretch;align-items:center;display:flex}.HorizontalRatingsGraph-module-scss-module__sgOG6q__rightStarIndicator{flex-direction:row;justify-content:center;align-items:center;gap:0;display:flex}
:root{--text-primary:#e8e8e8;--text-secondary:#cccbcb;--text-tertiary:#a7aba5;--bg-primary:#121618;--bg-secondary:#131a1e;--bg-faded:#14181b21;--bg-tertiary:#d9d9d9;--bg-empty-image:#2c2c2c;--tab-icon-default:#9ba1a6;--tab-icon-selected:#f2f2f2;--header-nav-border:#212326;--dashboard-buttons:#41304a;--dashboard-buttons-text:#e8e8e8;--loading-indicator:#673881;--separator:#2f3e3f;--tint:#eee;--accent:#2e3c43;--accent-secondary:#242b32;--accent-faded:#2e3c4333;--accent-faded-60:#2e3c4399;--accent-bright:#2d5d67;--accent-highlight:#242b32;--accent-dark:#1e252b;--accent2:#e3c18a;--accent2-secondary:#ceaf7a;--accent2-faded:#e3c18a3a;--accent2-faded-60:#e3c18a99;--accent2-bright:#fadcad;--accent2-dark:#3a3225;--accent3:#552724;--accent3-secondary:#58403f;--accent3-faded:#744c491e;--accent3-faded-60:#744c4999;--accent3-bright:#a7231a;--accent3-dark:#2e1518;--accent4:#95602e;--accent4-secondary:#a26a2b;--accent4-faded:#95602e33;--accent4-faded-60:#95602e99;--accent4-bright:#c18a5c;--like-button:#e74c3c;--like-button-faded:#e74c3c33;--modal-button:#502350;--toast-success:#4caf50;--toast-error:#a7231a;--toast-warning:#b99014;--toast-info:#1e81d2;--error:#b7281e;--ratings-graph:#604271;--film-poster-border:#292928;--film-cast-crew-buttons:#343435;--follow-button:#0e4e25;--following-button:#000;--follow-button-active:#25471d;--follow-button-inactive:#000;--add-button:#469a39;--add-button-secondary:#a9741a;--back-button:#16131666;--pressed-button:#fff3;--input-background:#0003;--input-border:#ffffff0d;--search-input-background:#ffffff2c;--max-width-page:970px}.CollectionMembersModal-module-scss-module__7L-LAa__modalBackdrop{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#00000080;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.CollectionMembersModal-module-scss-module__7L-LAa__modalContent{background:var(--bg-primary);border-radius:12px;flex-direction:column;width:100%;max-width:500px;max-height:80vh;padding:24px;animation:.3s ease-out CollectionMembersModal-module-scss-module__7L-LAa__modalSlideIn;display:flex;box-shadow:0 20px 60px #0006}@media (min-width:768px){.CollectionMembersModal-module-scss-module__7L-LAa__modalContent{max-width:600px}}@keyframes CollectionMembersModal-module-scss-module__7L-LAa__modalSlideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.CollectionMembersModal-module-scss-module__7L-LAa__modalHeader{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:16px;display:flex}.CollectionMembersModal-module-scss-module__7L-LAa__modalTitle{color:var(--text-primary);max-width:85%;margin:0;font-family:Satoshi-Bold,sans-serif;font-size:18px;font-weight:700;line-height:1.3}.CollectionMembersModal-module-scss-module__7L-LAa__closeButton{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:all .2s;display:flex}.CollectionMembersModal-module-scss-module__7L-LAa__closeButton:hover{background:var(--background-secondary);color:var(--text-primary)}.CollectionMembersModal-module-scss-module__7L-LAa__closeButton:focus{outline:2px solid var(--accent-primary);outline-offset:2px}.CollectionMembersModal-module-scss-module__7L-LAa__modalBody{flex:1;overflow-y:auto}.CollectionMembersModal-module-scss-module__7L-LAa__membersList{flex-direction:column;gap:8px;margin-top:8px;display:flex}.CollectionMembersModal-module-scss-module__7L-LAa__memberItem{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;padding:4px;transition:background-color .2s;display:flex}.CollectionMembersModal-module-scss-module__7L-LAa__memberItem:last-child{border-bottom:none}.CollectionMembersModal-module-scss-module__7L-LAa__memberItem:hover{background-color:var(--background-secondary);border-radius:8px}.CollectionMembersModal-module-scss-module__7L-LAa__memberInfo{flex:1;align-items:center;gap:12px;display:flex}.CollectionMembersModal-module-scss-module__7L-LAa__memberDetails{align-items:center;gap:8px;display:flex}.CollectionMembersModal-module-scss-module__7L-LAa__actionButton{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;padding:8px;transition:all .2s;display:flex}.CollectionMembersModal-module-scss-module__7L-LAa__actionButton:hover{background:var(--background-secondary);color:var(--text-primary)}.CollectionMembersModal-module-scss-module__7L-LAa__actionButton:focus{outline:2px solid var(--accent-primary);outline-offset:2px}.CollectionMembersModal-module-scss-module__7L-LAa__loadingState,.CollectionMembersModal-module-scss-module__7L-LAa__emptyState{text-align:center;justify-content:center;align-items:center;padding:60px 20px;display:flex}.CollectionMembersModal-module-scss-module__7L-LAa__loadingState p,.CollectionMembersModal-module-scss-module__7L-LAa__emptyState p{color:var(--text-secondary);margin:0;font-family:Satoshi-Medium,sans-serif;font-size:16px;font-weight:500}
:root{--text-primary:#e8e8e8;--text-secondary:#cccbcb;--text-tertiary:#a7aba5;--bg-primary:#121618;--bg-secondary:#131a1e;--bg-faded:#14181b21;--bg-tertiary:#d9d9d9;--bg-empty-image:#2c2c2c;--tab-icon-default:#9ba1a6;--tab-icon-selected:#f2f2f2;--header-nav-border:#212326;--dashboard-buttons:#41304a;--dashboard-buttons-text:#e8e8e8;--loading-indicator:#673881;--separator:#2f3e3f;--tint:#eee;--accent:#2e3c43;--accent-secondary:#242b32;--accent-faded:#2e3c4333;--accent-faded-60:#2e3c4399;--accent-bright:#2d5d67;--accent-highlight:#242b32;--accent-dark:#1e252b;--accent2:#e3c18a;--accent2-secondary:#ceaf7a;--accent2-faded:#e3c18a3a;--accent2-faded-60:#e3c18a99;--accent2-bright:#fadcad;--accent2-dark:#3a3225;--accent3:#552724;--accent3-secondary:#58403f;--accent3-faded:#744c491e;--accent3-faded-60:#744c4999;--accent3-bright:#a7231a;--accent3-dark:#2e1518;--accent4:#95602e;--accent4-secondary:#a26a2b;--accent4-faded:#95602e33;--accent4-faded-60:#95602e99;--accent4-bright:#c18a5c;--like-button:#e74c3c;--like-button-faded:#e74c3c33;--modal-button:#502350;--toast-success:#4caf50;--toast-error:#a7231a;--toast-warning:#b99014;--toast-info:#1e81d2;--error:#b7281e;--ratings-graph:#604271;--film-poster-border:#292928;--film-cast-crew-buttons:#343435;--follow-button:#0e4e25;--following-button:#000;--follow-button-active:#25471d;--follow-button-inactive:#000;--add-button:#469a39;--add-button-secondary:#a9741a;--back-button:#16131666;--pressed-button:#fff3;--input-background:#0003;--input-border:#ffffff0d;--search-input-background:#ffffff2c;--max-width-page:970px}.Separator-module-scss-module__NxGiya__separator{background-color:#ffffff0d;height:1px;margin:1.8px 0}
:root{--text-primary:#e8e8e8;--text-secondary:#cccbcb;--text-tertiary:#a7aba5;--bg-primary:#121618;--bg-secondary:#131a1e;--bg-faded:#14181b21;--bg-tertiary:#d9d9d9;--bg-empty-image:#2c2c2c;--tab-icon-default:#9ba1a6;--tab-icon-selected:#f2f2f2;--header-nav-border:#212326;--dashboard-buttons:#41304a;--dashboard-buttons-text:#e8e8e8;--loading-indicator:#673881;--separator:#2f3e3f;--tint:#eee;--accent:#2e3c43;--accent-secondary:#242b32;--accent-faded:#2e3c4333;--accent-faded-60:#2e3c4399;--accent-bright:#2d5d67;--accent-highlight:#242b32;--accent-dark:#1e252b;--accent2:#e3c18a;--accent2-secondary:#ceaf7a;--accent2-faded:#e3c18a3a;--accent2-faded-60:#e3c18a99;--accent2-bright:#fadcad;--accent2-dark:#3a3225;--accent3:#552724;--accent3-secondary:#58403f;--accent3-faded:#744c491e;--accent3-faded-60:#744c4999;--accent3-bright:#a7231a;--accent3-dark:#2e1518;--accent4:#95602e;--accent4-secondary:#a26a2b;--accent4-faded:#95602e33;--accent4-faded-60:#95602e99;--accent4-bright:#c18a5c;--like-button:#e74c3c;--like-button-faded:#e74c3c33;--modal-button:#502350;--toast-success:#4caf50;--toast-error:#a7231a;--toast-warning:#b99014;--toast-info:#1e81d2;--error:#b7281e;--ratings-graph:#604271;--film-poster-border:#292928;--film-cast-crew-buttons:#343435;--follow-button:#0e4e25;--following-button:#000;--follow-button-active:#25471d;--follow-button-inactive:#000;--add-button:#469a39;--add-button-secondary:#a9741a;--back-button:#16131666;--pressed-button:#fff3;--input-background:#0003;--input-border:#ffffff0d;--search-input-background:#ffffff2c;--max-width-page:970px}.RoleBadge-module-scss-module___7THLq__roleBadge{text-align:center;white-space:nowrap;border:1px solid;border-radius:4px;flex-direction:row;flex-shrink:0;justify-content:center;align-self:flex-start;align-items:center;font-family:Satoshi-Bold,sans-serif;font-weight:700;display:inline-flex}.RoleBadge-module-scss-module___7THLq__roleBadge .RoleBadge-module-scss-module___7THLq__icon{color:currentColor;flex-shrink:0}.RoleBadge-module-scss-module___7THLq__roleBadge .RoleBadge-module-scss-module___7THLq__label{color:currentColor;font-family:Satoshi-Bold,sans-serif}.RoleBadge-module-scss-module___7THLq__roleBadge.RoleBadge-module-scss-module___7THLq__small{border-radius:3px;padding:1px 4px;font-size:10px}.RoleBadge-module-scss-module___7THLq__roleBadge.RoleBadge-module-scss-module___7THLq__small .RoleBadge-module-scss-module___7THLq__icon+.RoleBadge-module-scss-module___7THLq__label{margin-left:2px}.RoleBadge-module-scss-module___7THLq__roleBadge.RoleBadge-module-scss-module___7THLq__medium{border-radius:4px;padding:2px 6px;font-size:12px}.RoleBadge-module-scss-module___7THLq__roleBadge.RoleBadge-module-scss-module___7THLq__medium .RoleBadge-module-scss-module___7THLq__icon+.RoleBadge-module-scss-module___7THLq__label{margin-left:4px}.RoleBadge-module-scss-module___7THLq__roleBadge.RoleBadge-module-scss-module___7THLq__large{border-radius:5px;padding:3px 8px;font-size:14px}.RoleBadge-module-scss-module___7THLq__roleBadge.RoleBadge-module-scss-module___7THLq__large .RoleBadge-module-scss-module___7THLq__icon+.RoleBadge-module-scss-module___7THLq__label{margin-left:4px}
:root{--text-primary:#e8e8e8;--text-secondary:#cccbcb;--text-tertiary:#a7aba5;--bg-primary:#121618;--bg-secondary:#131a1e;--bg-faded:#14181b21;--bg-tertiary:#d9d9d9;--bg-empty-image:#2c2c2c;--tab-icon-default:#9ba1a6;--tab-icon-selected:#f2f2f2;--header-nav-border:#212326;--dashboard-buttons:#41304a;--dashboard-buttons-text:#e8e8e8;--loading-indicator:#673881;--separator:#2f3e3f;--tint:#eee;--accent:#2e3c43;--accent-secondary:#242b32;--accent-faded:#2e3c4333;--accent-faded-60:#2e3c4399;--accent-bright:#2d5d67;--accent-highlight:#242b32;--accent-dark:#1e252b;--accent2:#e3c18a;--accent2-secondary:#ceaf7a;--accent2-faded:#e3c18a3a;--accent2-faded-60:#e3c18a99;--accent2-bright:#fadcad;--accent2-dark:#3a3225;--accent3:#552724;--accent3-secondary:#58403f;--accent3-faded:#744c491e;--accent3-faded-60:#744c4999;--accent3-bright:#a7231a;--accent3-dark:#2e1518;--accent4:#95602e;--accent4-secondary:#a26a2b;--accent4-faded:#95602e33;--accent4-faded-60:#95602e99;--accent4-bright:#c18a5c;--like-button:#e74c3c;--like-button-faded:#e74c3c33;--modal-button:#502350;--toast-success:#4caf50;--toast-error:#a7231a;--toast-warning:#b99014;--toast-info:#1e81d2;--error:#b7281e;--ratings-graph:#604271;--film-poster-border:#292928;--film-cast-crew-buttons:#343435;--follow-button:#0e4e25;--following-button:#000;--follow-button-active:#25471d;--follow-button-inactive:#000;--add-button:#469a39;--add-button-secondary:#a9741a;--back-button:#16131666;--pressed-button:#fff3;--input-background:#0003;--input-border:#ffffff0d;--search-input-background:#ffffff2c;--max-width-page:970px}.TagsSection-module-scss-module__0qG67q__container{z-index:10;position:relative}.TagsSection-module-scss-module__0qG67q__inputRow{align-items:flex-end;gap:8px;display:flex}.TagsSection-module-scss-module__0qG67q__autocompleteContainer{z-index:20;flex:1;position:relative}.TagsSection-module-scss-module__0qG67q__inputWrapper{flex-direction:column;gap:8px;width:100%;display:flex}.TagsSection-module-scss-module__0qG67q__inputLabel{color:var(--text-primary);margin:0;font-family:Satoshi-Medium,sans-serif;font-size:14px}.TagsSection-module-scss-module__0qG67q__tagInput{box-sizing:border-box;border:1px solid var(--separator);background-color:var(--bg-secondary);width:100%;color:var(--text-primary);border-radius:8px;padding:12px;font-family:Satoshi-Medium,sans-serif;font-size:14px;transition:all .2s}.TagsSection-module-scss-module__0qG67q__tagInput:focus{border-color:var(--accent);outline:none}.TagsSection-module-scss-module__0qG67q__tagInput::placeholder{color:#ffffff4d}.TagsSection-module-scss-module__0qG67q__addButtonContainer{flex-shrink:0}.TagsSection-module-scss-module__0qG67q__addButton{background-color:var(--accent);color:var(--text-primary);cursor:pointer;white-space:nowrap;border:none;border-radius:8px;align-items:center;gap:8px;padding:14px 16px;font-family:Satoshi-Bold,sans-serif;font-size:14px;transition:all .2s;display:flex}.TagsSection-module-scss-module__0qG67q__addButton:hover{opacity:.9}.TagsSection-module-scss-module__0qG67q__addButton:active{transform:scale(.98)}.TagsSection-module-scss-module__0qG67q__addButton span{font-size:14px}.TagsSection-module-scss-module__0qG67q__dropdown{border:1px solid var(--separator);background-color:var(--bg-primary);z-index:30;border-radius:8px;max-height:200px;position:absolute;top:100%;left:0;right:0;overflow:hidden;box-shadow:0 4px 12px #00000026}.TagsSection-module-scss-module__0qG67q__dropdownContent{max-height:200px;overflow-y:auto}.TagsSection-module-scss-module__0qG67q__dropdownItem{border:none;border-bottom:1px solid var(--separator);text-align:left;cursor:pointer;background:0 0;width:100%;padding:12px 16px;transition:background-color .2s;display:block}.TagsSection-module-scss-module__0qG67q__dropdownItem:hover{background-color:var(--bg-secondary)}.TagsSection-module-scss-module__0qG67q__dropdownItem:focus{background-color:var(--bg-secondary);outline:none}.TagsSection-module-scss-module__0qG67q__dropdownItemText{color:var(--text-primary);font-family:Satoshi-Medium,sans-serif;font-size:14px}.TagsSection-module-scss-module__0qG67q__dropdownItemLast{border-bottom:none}.TagsSection-module-scss-module__0qG67q__loadingContainer{justify-content:center;align-items:center;padding:12px 16px;display:flex}.TagsSection-module-scss-module__0qG67q__loadingText{color:var(--text-secondary);font-family:Satoshi-Medium,sans-serif;font-size:12px}.TagsSection-module-scss-module__0qG67q__noResultsContainer{text-align:center;padding:12px 16px}.TagsSection-module-scss-module__0qG67q__noResultsText{color:var(--text-secondary);font-family:Satoshi-Medium,sans-serif;font-size:12px}.TagsSection-module-scss-module__0qG67q__tagsContainer{flex-wrap:wrap;gap:8px;margin-top:16px;display:flex}.TagsSection-module-scss-module__0qG67q__fullScreenOverlay{z-index:15;pointer-events:none;background-color:#0000;position:fixed;inset:0}
:root{--text-primary:#e8e8e8;--text-secondary:#cccbcb;--text-tertiary:#a7aba5;--bg-primary:#121618;--bg-secondary:#131a1e;--bg-faded:#14181b21;--bg-tertiary:#d9d9d9;--bg-empty-image:#2c2c2c;--tab-icon-default:#9ba1a6;--tab-icon-selected:#f2f2f2;--header-nav-border:#212326;--dashboard-buttons:#41304a;--dashboard-buttons-text:#e8e8e8;--loading-indicator:#673881;--separator:#2f3e3f;--tint:#eee;--accent:#2e3c43;--accent-secondary:#242b32;--accent-faded:#2e3c4333;--accent-faded-60:#2e3c4399;--accent-bright:#2d5d67;--accent-highlight:#242b32;--accent-dark:#1e252b;--accent2:#e3c18a;--accent2-secondary:#ceaf7a;--accent2-faded:#e3c18a3a;--accent2-faded-60:#e3c18a99;--accent2-bright:#fadcad;--accent2-dark:#3a3225;--accent3:#552724;--accent3-secondary:#58403f;--accent3-faded:#744c491e;--accent3-faded-60:#744c4999;--accent3-bright:#a7231a;--accent3-dark:#2e1518;--accent4:#95602e;--accent4-secondary:#a26a2b;--accent4-faded:#95602e33;--accent4-faded-60:#95602e99;--accent4-bright:#c18a5c;--like-button:#e74c3c;--like-button-faded:#e74c3c33;--modal-button:#502350;--toast-success:#4caf50;--toast-error:#a7231a;--toast-warning:#b99014;--toast-info:#1e81d2;--error:#b7281e;--ratings-graph:#604271;--film-poster-border:#292928;--film-cast-crew-buttons:#343435;--follow-button:#0e4e25;--following-button:#000;--follow-button-active:#25471d;--follow-button-inactive:#000;--add-button:#469a39;--add-button-secondary:#a9741a;--back-button:#16131666;--pressed-button:#fff3;--input-background:#0003;--input-border:#ffffff0d;--search-input-background:#ffffff2c;--max-width-page:970px}.UsernameAndPfp-module-scss-module__1ScJ5q__container{align-items:center;gap:.375rem;transition:opacity .2s;display:flex}.UsernameAndPfp-module-scss-module__1ScJ5q__container:not([role=button]){cursor:default}.UsernameAndPfp-module-scss-module__1ScJ5q__container.UsernameAndPfp-module-scss-module__1ScJ5q__pressed{opacity:.5}.UsernameAndPfp-module-scss-module__1ScJ5q__container:hover .UsernameAndPfp-module-scss-module__1ScJ5q__username{color:var(--accent2-bright)}.UsernameAndPfp-module-scss-module__1ScJ5q__avatar{object-fit:cover;border-radius:50%;flex-shrink:0;width:20px;height:20px}.UsernameAndPfp-module-scss-module__1ScJ5q__username{color:#a7aba5;text-overflow:ellipsis;white-space:nowrap;font-family:Satoshi-Bold,sans-serif;font-size:.8125rem;transition:color .2s;overflow:hidden}.UsernameAndPfp-module-scss-module__1ScJ5q__collabAvatarsContainer{flex-shrink:0;height:20px;display:flex;position:relative}.UsernameAndPfp-module-scss-module__1ScJ5q__collabAvatarWrapper{position:absolute;top:0}.UsernameAndPfp-module-scss-module__1ScJ5q__collabAvatar{border:1px solid var(--text-secondary);border-radius:50%;box-shadow:0 0 4px #0003}
:root{--text-primary:#e8e8e8;--text-secondary:#cccbcb;--text-tertiary:#a7aba5;--bg-primary:#121618;--bg-secondary:#131a1e;--bg-faded:#14181b21;--bg-tertiary:#d9d9d9;--bg-empty-image:#2c2c2c;--tab-icon-default:#9ba1a6;--tab-icon-selected:#f2f2f2;--header-nav-border:#212326;--dashboard-buttons:#41304a;--dashboard-buttons-text:#e8e8e8;--loading-indicator:#673881;--separator:#2f3e3f;--tint:#eee;--accent:#2e3c43;--accent-secondary:#242b32;--accent-faded:#2e3c4333;--accent-faded-60:#2e3c4399;--accent-bright:#2d5d67;--accent-highlight:#242b32;--accent-dark:#1e252b;--accent2:#e3c18a;--accent2-secondary:#ceaf7a;--accent2-faded:#e3c18a3a;--accent2-faded-60:#e3c18a99;--accent2-bright:#fadcad;--accent2-dark:#3a3225;--accent3:#552724;--accent3-secondary:#58403f;--accent3-faded:#744c491e;--accent3-faded-60:#744c4999;--accent3-bright:#a7231a;--accent3-dark:#2e1518;--accent4:#95602e;--accent4-secondary:#a26a2b;--accent4-faded:#95602e33;--accent4-faded-60:#95602e99;--accent4-bright:#c18a5c;--like-button:#e74c3c;--like-button-faded:#e74c3c33;--modal-button:#502350;--toast-success:#4caf50;--toast-error:#a7231a;--toast-warning:#b99014;--toast-info:#1e81d2;--error:#b7281e;--ratings-graph:#604271;--film-poster-border:#292928;--film-cast-crew-buttons:#343435;--follow-button:#0e4e25;--following-button:#000;--follow-button-active:#25471d;--follow-button-inactive:#000;--add-button:#469a39;--add-button-secondary:#a9741a;--back-button:#16131666;--pressed-button:#fff3;--input-background:#0003;--input-border:#ffffff0d;--search-input-background:#ffffff2c;--max-width-page:970px}.ForYouDiaryNotes-module-scss-module__IKbJ0q__container{width:100%;margin-top:3.5rem}.ForYouDiaryNotes-module-scss-module__IKbJ0q__header{border-bottom:1px solid var(--separator);justify-content:space-between;align-items:center;gap:.5rem;width:100%;margin-bottom:0;padding-bottom:.25rem;display:flex}.ForYouDiaryNotes-module-scss-module__IKbJ0q__title{color:#e8e8e8;margin:0;font-family:Satoshi-Bold,sans-serif;font-size:.875rem;line-height:1.3}@media (min-width:768px){.ForYouDiaryNotes-module-scss-module__IKbJ0q__title{font-size:1rem}}.ForYouDiaryNotes-module-scss-module__IKbJ0q__masonryGrid{gap:16px;width:auto;display:flex}.ForYouDiaryNotes-module-scss-module__IKbJ0q__masonryColumn{background-clip:padding-box}.ForYouDiaryNotes-module-scss-module__IKbJ0q__entryWrapper{width:100%}.ForYouDiaryNotes-module-scss-module__IKbJ0q__emptyText{color:var(--text-secondary);text-align:center;margin:0;padding:1rem 0;font-family:Satoshi-Regular,sans-serif;font-size:.75rem}@media (min-width:768px){.ForYouDiaryNotes-module-scss-module__IKbJ0q__emptyText{font-size:.875rem}}.ForYouDiaryNotes-module-scss-module__IKbJ0q__separator{margin:0 8px}
:root{--text-primary:#e8e8e8;--text-secondary:#cccbcb;--text-tertiary:#a7aba5;--bg-primary:#121618;--bg-secondary:#131a1e;--bg-faded:#14181b21;--bg-tertiary:#d9d9d9;--bg-empty-image:#2c2c2c;--tab-icon-default:#9ba1a6;--tab-icon-selected:#f2f2f2;--header-nav-border:#212326;--dashboard-buttons:#41304a;--dashboard-buttons-text:#e8e8e8;--loading-indicator:#673881;--separator:#2f3e3f;--tint:#eee;--accent:#2e3c43;--accent-secondary:#242b32;--accent-faded:#2e3c4333;--accent-faded-60:#2e3c4399;--accent-bright:#2d5d67;--accent-highlight:#242b32;--accent-dark:#1e252b;--accent2:#e3c18a;--accent2-secondary:#ceaf7a;--accent2-faded:#e3c18a3a;--accent2-faded-60:#e3c18a99;--accent2-bright:#fadcad;--accent2-dark:#3a3225;--accent3:#552724;--accent3-secondary:#58403f;--accent3-faded:#744c491e;--accent3-faded-60:#744c4999;--accent3-bright:#a7231a;--accent3-dark:#2e1518;--accent4:#95602e;--accent4-secondary:#a26a2b;--accent4-faded:#95602e33;--accent4-faded-60:#95602e99;--accent4-bright:#c18a5c;--like-button:#e74c3c;--like-button-faded:#e74c3c33;--modal-button:#502350;--toast-success:#4caf50;--toast-error:#a7231a;--toast-warning:#b99014;--toast-info:#1e81d2;--error:#b7281e;--ratings-graph:#604271;--film-poster-border:#292928;--film-cast-crew-buttons:#343435;--follow-button:#0e4e25;--following-button:#000;--follow-button-active:#25471d;--follow-button-inactive:#000;--add-button:#469a39;--add-button-secondary:#a9741a;--back-button:#16131666;--pressed-button:#fff3;--input-background:#0003;--input-border:#ffffff0d;--search-input-background:#ffffff2c;--max-width-page:970px}.FollowModal-module-scss-module__niO3Sq__modalBackdrop{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#00000080;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.FollowModal-module-scss-module__niO3Sq__modalContent{background:var(--bg-primary);border-radius:12px;flex-direction:column;width:100%;max-width:500px;max-height:80vh;padding:24px;animation:.3s ease-out FollowModal-module-scss-module__niO3Sq__modalSlideIn;display:flex;box-shadow:0 20px 60px #0006}@media (min-width:768px){.FollowModal-module-scss-module__niO3Sq__modalContent{max-width:600px}}@keyframes FollowModal-module-scss-module__niO3Sq__modalSlideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.FollowModal-module-scss-module__niO3Sq__modalHeader{justify-content:space-between;align-items:center;display:flex;position:relative}.FollowModal-module-scss-module__niO3Sq__modalTitle{color:var(--text-primary);margin:0;font-family:Satoshi-Bold,sans-serif;font-size:20px;font-weight:700}.FollowModal-module-scss-module__niO3Sq__closeButton{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:8px;display:flex;position:absolute;top:-5px;right:0}.FollowModal-module-scss-module__niO3Sq__closeButton:hover{background:var(--background-secondary);color:var(--text-primary)}.FollowModal-module-scss-module__niO3Sq__closeButton:focus{outline:2px solid var(--accent-primary);outline-offset:2px}.FollowModal-module-scss-module__niO3Sq__modalBody{flex:1;padding:16px 0;overflow-y:auto}.FollowModal-module-scss-module__niO3Sq__usersList{flex-direction:column;gap:12px;display:flex}.FollowModal-module-scss-module__niO3Sq__userItem{justify-content:space-between;align-items:center;gap:12px;display:flex}.FollowModal-module-scss-module__niO3Sq__loadingState,.FollowModal-module-scss-module__niO3Sq__emptyState{text-align:center;justify-content:center;align-items:center;padding:60px 20px;display:flex}.FollowModal-module-scss-module__niO3Sq__loadingState p,.FollowModal-module-scss-module__niO3Sq__emptyState p{color:var(--text-secondary);margin:0;font-family:Satoshi-Medium,sans-serif;font-size:16px;font-weight:500}.FollowModal-module-scss-module__niO3Sq__requestItem{justify-content:space-between;align-items:center;gap:12px;display:flex}@media (max-width:320px){.FollowModal-module-scss-module__niO3Sq__requestItem{flex-direction:column;align-items:flex-start;gap:12px}}.FollowModal-module-scss-module__niO3Sq__actionButtons{flex-shrink:0;gap:8px;display:flex}@media (max-width:320px){.FollowModal-module-scss-module__niO3Sq__actionButtons{justify-content:flex-end;width:100%}}.FollowModal-module-scss-module__niO3Sq__acceptButton,.FollowModal-module-scss-module__niO3Sq__rejectButton{cursor:pointer;border:none;border-radius:6px;padding:8px 16px;font-family:Satoshi-Bold,sans-serif;font-size:14px;font-weight:700}.FollowModal-module-scss-module__niO3Sq__acceptButton:disabled,.FollowModal-module-scss-module__niO3Sq__rejectButton:disabled{opacity:.5;cursor:not-allowed}.FollowModal-module-scss-module__niO3Sq__acceptButton:hover:not(:disabled),.FollowModal-module-scss-module__niO3Sq__rejectButton:hover:not(:disabled){opacity:.9}@media (max-width:320px){.FollowModal-module-scss-module__niO3Sq__acceptButton,.FollowModal-module-scss-module__niO3Sq__rejectButton{flex:1}}.FollowModal-module-scss-module__niO3Sq__acceptButton{background:var(--follow-button);color:var(--text-primary)}.FollowModal-module-scss-module__niO3Sq__rejectButton{background:var(--accent);color:var(--text-primary)}.FollowModal-module-scss-module__niO3Sq__requestsButton{background:var(--accent);cursor:pointer;color:var(--text-primary);border:none;border-radius:6px;justify-content:center;align-items:center;padding:6px 10px;display:flex;position:relative}.FollowModal-module-scss-module__niO3Sq__requestsButton:hover{opacity:.85;background:var(--accent-secondary)}.FollowModal-module-scss-module__niO3Sq__requestBadge{background:var(--follow-button);min-width:16px;height:16px;color:var(--text-primary);border-radius:8px;justify-content:center;align-items:center;padding:0 4px;font-family:Satoshi-Bold,sans-serif;font-size:10px;font-weight:700;display:flex;position:absolute;top:-5px;right:-5px}.FollowModal-module-scss-module__niO3Sq__backButton{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:6px 12px;font-family:Satoshi-Bold,sans-serif;font-size:14px}.FollowModal-module-scss-module__niO3Sq__backButton:hover{color:var(--text-primary);background:var(--accent)}.FollowModal-module-scss-module__niO3Sq__pagination{border-top:1px solid var(--border-color);justify-content:center;align-items:center;gap:16px;margin-top:16px;padding:20px 0 8px;display:flex}.FollowModal-module-scss-module__niO3Sq__paginationButton{cursor:pointer;background:var(--accent);color:var(--text-primary);border:none;border-radius:6px;padding:8px 16px;font-family:Satoshi-Bold,sans-serif;font-size:14px;font-weight:700}.FollowModal-module-scss-module__niO3Sq__paginationButton:hover:not(:disabled){opacity:.85;background:var(--accent-secondary)}.FollowModal-module-scss-module__niO3Sq__paginationButton:disabled{opacity:.4;cursor:not-allowed}.FollowModal-module-scss-module__niO3Sq__pageInfo{color:var(--text-secondary);text-align:center;min-width:100px;font-family:Satoshi-Medium,sans-serif;font-size:14px;font-weight:500}
:root{--text-primary:#e8e8e8;--text-secondary:#cccbcb;--text-tertiary:#a7aba5;--bg-primary:#121618;--bg-secondary:#131a1e;--bg-faded:#14181b21;--bg-tertiary:#d9d9d9;--bg-empty-image:#2c2c2c;--tab-icon-default:#9ba1a6;--tab-icon-selected:#f2f2f2;--header-nav-border:#212326;--dashboard-buttons:#41304a;--dashboard-buttons-text:#e8e8e8;--loading-indicator:#673881;--separator:#2f3e3f;--tint:#eee;--accent:#2e3c43;--accent-secondary:#242b32;--accent-faded:#2e3c4333;--accent-faded-60:#2e3c4399;--accent-bright:#2d5d67;--accent-highlight:#242b32;--accent-dark:#1e252b;--accent2:#e3c18a;--accent2-secondary:#ceaf7a;--accent2-faded:#e3c18a3a;--accent2-faded-60:#e3c18a99;--accent2-bright:#fadcad;--accent2-dark:#3a3225;--accent3:#552724;--accent3-secondary:#58403f;--accent3-faded:#744c491e;--accent3-faded-60:#744c4999;--accent3-bright:#a7231a;--accent3-dark:#2e1518;--accent4:#95602e;--accent4-secondary:#a26a2b;--accent4-faded:#95602e33;--accent4-faded-60:#95602e99;--accent4-bright:#c18a5c;--like-button:#e74c3c;--like-button-faded:#e74c3c33;--modal-button:#502350;--toast-success:#4caf50;--toast-error:#a7231a;--toast-warning:#b99014;--toast-info:#1e81d2;--error:#b7281e;--ratings-graph:#604271;--film-poster-border:#292928;--film-cast-crew-buttons:#343435;--follow-button:#0e4e25;--following-button:#000;--follow-button-active:#25471d;--follow-button-inactive:#000;--add-button:#469a39;--add-button-secondary:#a9741a;--back-button:#16131666;--pressed-button:#fff3;--input-background:#0003;--input-border:#ffffff0d;--search-input-background:#ffffff2c;--max-width-page:970px}.TagButton-module-scss-module__FQ8svW__tag{background-color:var(--accent);cursor:pointer;letter-spacing:.3px;color:var(--text-primary);border:none;border-radius:20px 4px 4px 20px;align-items:center;min-width:0;max-width:100%;padding:4px 8px 4px 12px;font-family:Satoshi-Medium,sans-serif;font-size:14px;transition:all .2s;display:flex;position:relative;box-shadow:0 2px 4px #0000001a}.TagButton-module-scss-module__FQ8svW__tag:hover .TagButton-module-scss-module__FQ8svW__text{color:#fff}.TagButton-module-scss-module__FQ8svW__tagHole{background-color:var(--bg-primary);border:1px solid var(--accent-bright);border-radius:100%;width:6px;height:6px;position:absolute;top:12px;left:6px;transform:translateY(-50%)}.TagButton-module-scss-module__FQ8svW__text{white-space:nowrap;text-overflow:ellipsis;color:var(--text-primary);margin-left:8px;font-family:Satoshi-Bold,sans-serif;overflow:hidden}.TagButton-module-scss-module__FQ8svW__removeButton{width:16px;height:16px;color:var(--danger,var(--text-primary));border-radius:8px;justify-content:center;align-items:center;margin-left:6px;transition:all .2s;display:flex}
:root{--text-primary:#e8e8e8;--text-secondary:#cccbcb;--text-tertiary:#a7aba5;--bg-primary:#121618;--bg-secondary:#131a1e;--bg-faded:#14181b21;--bg-tertiary:#d9d9d9;--bg-empty-image:#2c2c2c;--tab-icon-default:#9ba1a6;--tab-icon-selected:#f2f2f2;--header-nav-border:#212326;--dashboard-buttons:#41304a;--dashboard-buttons-text:#e8e8e8;--loading-indicator:#673881;--separator:#2f3e3f;--tint:#eee;--accent:#2e3c43;--accent-secondary:#242b32;--accent-faded:#2e3c4333;--accent-faded-60:#2e3c4399;--accent-bright:#2d5d67;--accent-highlight:#242b32;--accent-dark:#1e252b;--accent2:#e3c18a;--accent2-secondary:#ceaf7a;--accent2-faded:#e3c18a3a;--accent2-faded-60:#e3c18a99;--accent2-bright:#fadcad;--accent2-dark:#3a3225;--accent3:#552724;--accent3-secondary:#58403f;--accent3-faded:#744c491e;--accent3-faded-60:#744c4999;--accent3-bright:#a7231a;--accent3-dark:#2e1518;--accent4:#95602e;--accent4-secondary:#a26a2b;--accent4-faded:#95602e33;--accent4-faded-60:#95602e99;--accent4-bright:#c18a5c;--like-button:#e74c3c;--like-button-faded:#e74c3c33;--modal-button:#502350;--toast-success:#4caf50;--toast-error:#a7231a;--toast-warning:#b99014;--toast-info:#1e81d2;--error:#b7281e;--ratings-graph:#604271;--film-poster-border:#292928;--film-cast-crew-buttons:#343435;--follow-button:#0e4e25;--following-button:#000;--follow-button-active:#25471d;--follow-button-inactive:#000;--add-button:#469a39;--add-button-secondary:#a9741a;--back-button:#16131666;--pressed-button:#fff3;--input-background:#0003;--input-border:#ffffff0d;--search-input-background:#ffffff2c;--max-width-page:970px}.FriendsCollections-module-scss-module__mHMJDq__container{width:100%;margin-top:3.5rem}.FriendsCollections-module-scss-module__mHMJDq__masonryGrid{width:auto;display:flex}.FriendsCollections-module-scss-module__mHMJDq__masonryColumn{background-clip:padding-box}.FriendsCollections-module-scss-module__mHMJDq__collectionWrapper{width:100%}.FriendsCollections-module-scss-module__mHMJDq__emptyText{color:var(--text-secondary);text-align:center;margin:0;padding:1rem 0;font-family:Satoshi-Regular,sans-serif;font-size:.75rem}@media (min-width:768px){.FriendsCollections-module-scss-module__mHMJDq__emptyText{font-size:.875rem}}.FriendsCollections-module-scss-module__mHMJDq__separator{margin:0 8px}
:root{--text-primary:#e8e8e8;--text-secondary:#cccbcb;--text-tertiary:#a7aba5;--bg-primary:#121618;--bg-secondary:#131a1e;--bg-faded:#14181b21;--bg-tertiary:#d9d9d9;--bg-empty-image:#2c2c2c;--tab-icon-default:#9ba1a6;--tab-icon-selected:#f2f2f2;--header-nav-border:#212326;--dashboard-buttons:#41304a;--dashboard-buttons-text:#e8e8e8;--loading-indicator:#673881;--separator:#2f3e3f;--tint:#eee;--accent:#2e3c43;--accent-secondary:#242b32;--accent-faded:#2e3c4333;--accent-faded-60:#2e3c4399;--accent-bright:#2d5d67;--accent-highlight:#242b32;--accent-dark:#1e252b;--accent2:#e3c18a;--accent2-secondary:#ceaf7a;--accent2-faded:#e3c18a3a;--accent2-faded-60:#e3c18a99;--accent2-bright:#fadcad;--accent2-dark:#3a3225;--accent3:#552724;--accent3-secondary:#58403f;--accent3-faded:#744c491e;--accent3-faded-60:#744c4999;--accent3-bright:#a7231a;--accent3-dark:#2e1518;--accent4:#95602e;--accent4-secondary:#a26a2b;--accent4-faded:#95602e33;--accent4-faded-60:#95602e99;--accent4-bright:#c18a5c;--like-button:#e74c3c;--like-button-faded:#e74c3c33;--modal-button:#502350;--toast-success:#4caf50;--toast-error:#a7231a;--toast-warning:#b99014;--toast-info:#1e81d2;--error:#b7281e;--ratings-graph:#604271;--film-poster-border:#292928;--film-cast-crew-buttons:#343435;--follow-button:#0e4e25;--following-button:#000;--follow-button-active:#25471d;--follow-button-inactive:#000;--add-button:#469a39;--add-button-secondary:#a9741a;--back-button:#16131666;--pressed-button:#fff3;--input-background:#0003;--input-border:#ffffff0d;--search-input-background:#ffffff2c;--max-width-page:970px}.PrivateProfileNotice-module-scss-module__BpmX9q__container{box-sizing:border-box;background-color:var(--bg-primary);flex-direction:column;width:100%;max-width:1030px;min-height:100vh;margin:auto;padding-top:60px;display:flex}.PrivateProfileNotice-module-scss-module__BpmX9q__headerWrapper{box-sizing:border-box;width:100%;padding:24px 24px 0}@media (max-width:320px){.PrivateProfileNotice-module-scss-module__BpmX9q__headerWrapper{padding:16px 16px 0}}.PrivateProfileNotice-module-scss-module__BpmX9q__infoContainer{text-align:center;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:400px;margin:60px auto 0;padding:0 24px;display:flex}@media (max-width:768px){.PrivateProfileNotice-module-scss-module__BpmX9q__infoContainer{margin-top:40px}}@media (max-width:320px){.PrivateProfileNotice-module-scss-module__BpmX9q__infoContainer{margin-top:20px;padding:0 16px}}.PrivateProfileNotice-module-scss-module__BpmX9q__lockIconContainer{justify-content:center;align-items:center;margin-bottom:24px;display:flex}@media (max-width:320px){.PrivateProfileNotice-module-scss-module__BpmX9q__lockIconContainer{margin-bottom:20px}}.PrivateProfileNotice-module-scss-module__BpmX9q__lockIcon{color:var(--text-tertiary);flex-shrink:0}@media (max-width:320px){.PrivateProfileNotice-module-scss-module__BpmX9q__lockIcon{width:40px;height:40px}}.PrivateProfileNotice-module-scss-module__BpmX9q__noticeTitle{color:var(--text-primary);margin:0 0 12px;font-family:Satoshi-Bold,sans-serif;font-size:28px;line-height:1.2}@media (max-width:768px){.PrivateProfileNotice-module-scss-module__BpmX9q__noticeTitle{font-size:24px}}@media (max-width:320px){.PrivateProfileNotice-module-scss-module__BpmX9q__noticeTitle{margin-bottom:8px;font-size:22px}}.PrivateProfileNotice-module-scss-module__BpmX9q__noticeSubtitle{color:var(--text-secondary);margin:0;font-family:Satoshi-Regular,sans-serif;font-size:16px;line-height:1.4}@media (max-width:320px){.PrivateProfileNotice-module-scss-module__BpmX9q__noticeSubtitle{font-size:15px}}.PrivateProfileNotice-module-scss-module__BpmX9q__requestStatusContainer{background-color:var(--bg-secondary);border:1px solid var(--separator);border-radius:8px;margin-top:20px;padding:12px 16px}@media (max-width:320px){.PrivateProfileNotice-module-scss-module__BpmX9q__requestStatusContainer{margin-top:16px;padding:10px 12px}}.PrivateProfileNotice-module-scss-module__BpmX9q__requestStatus{color:var(--text-tertiary);text-align:center;margin:0;font-family:Satoshi-Medium,sans-serif;font-size:14px}@media (max-width:320px){.PrivateProfileNotice-module-scss-module__BpmX9q__requestStatus{font-size:13px}}
:root{--text-primary:#e8e8e8;--text-secondary:#cccbcb;--text-tertiary:#a7aba5;--bg-primary:#121618;--bg-secondary:#131a1e;--bg-faded:#14181b21;--bg-tertiary:#d9d9d9;--bg-empty-image:#2c2c2c;--tab-icon-default:#9ba1a6;--tab-icon-selected:#f2f2f2;--header-nav-border:#212326;--dashboard-buttons:#41304a;--dashboard-buttons-text:#e8e8e8;--loading-indicator:#673881;--separator:#2f3e3f;--tint:#eee;--accent:#2e3c43;--accent-secondary:#242b32;--accent-faded:#2e3c4333;--accent-faded-60:#2e3c4399;--accent-bright:#2d5d67;--accent-highlight:#242b32;--accent-dark:#1e252b;--accent2:#e3c18a;--accent2-secondary:#ceaf7a;--accent2-faded:#e3c18a3a;--accent2-faded-60:#e3c18a99;--accent2-bright:#fadcad;--accent2-dark:#3a3225;--accent3:#552724;--accent3-secondary:#58403f;--accent3-faded:#744c491e;--accent3-faded-60:#744c4999;--accent3-bright:#a7231a;--accent3-dark:#2e1518;--accent4:#95602e;--accent4-secondary:#a26a2b;--accent4-faded:#95602e33;--accent4-faded-60:#95602e99;--accent4-bright:#c18a5c;--like-button:#e74c3c;--like-button-faded:#e74c3c33;--modal-button:#502350;--toast-success:#4caf50;--toast-error:#a7231a;--toast-warning:#b99014;--toast-info:#1e81d2;--error:#b7281e;--ratings-graph:#604271;--film-poster-border:#292928;--film-cast-crew-buttons:#343435;--follow-button:#0e4e25;--following-button:#000;--follow-button-active:#25471d;--follow-button-inactive:#000;--add-button:#469a39;--add-button-secondary:#a9741a;--back-button:#16131666;--pressed-button:#fff3;--input-background:#0003;--input-border:#ffffff0d;--search-input-background:#ffffff2c;--max-width-page:970px}.ChangePageAppearanceModal-module-scss-module__c1ZpBa__overlay{z-index:1000;background-color:#000000b3;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.ChangePageAppearanceModal-module-scss-module__c1ZpBa__modal{background-color:var(--bg-primary);border-radius:12px;width:90vw;max-width:900px;height:80vh;max-height:700px;display:flex;overflow:hidden}@media (max-width:768px){.ChangePageAppearanceModal-module-scss-module__c1ZpBa__modal{flex-direction:column;width:95vw;height:85vh}}.ChangePageAppearanceModal-module-scss-module__c1ZpBa__sidebar{background-color:var(--accent-secondary);flex-direction:column;gap:.25rem;min-width:140px;padding:1rem;display:flex}@media (max-width:768px){.ChangePageAppearanceModal-module-scss-module__c1ZpBa__sidebar{min-width:unset;flex-direction:row;padding:.5rem 1rem}}.ChangePageAppearanceModal-module-scss-module__c1ZpBa__tabButton{color:var(--text-secondary);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;padding:.5rem 1rem;font-family:Satoshi-Bold,sans-serif;font-size:.9rem;transition:all .2s}.ChangePageAppearanceModal-module-scss-module__c1ZpBa__tabButton:hover:not(:disabled){background-color:var(--accent2-faded);color:var(--text-primary)}.ChangePageAppearanceModal-module-scss-module__c1ZpBa__tabButton:disabled{opacity:.5;cursor:not-allowed}.ChangePageAppearanceModal-module-scss-module__c1ZpBa__tabButton.ChangePageAppearanceModal-module-scss-module__c1ZpBa__active{background-color:var(--accent2-secondary);color:var(--bg-primary)}@media (max-width:768px){.ChangePageAppearanceModal-module-scss-module__c1ZpBa__tabButton{text-align:center;flex:1}}.ChangePageAppearanceModal-module-scss-module__c1ZpBa__mainContent{flex-direction:column;flex:1;min-width:0;min-height:0;display:flex;overflow:hidden}.ChangePageAppearanceModal-module-scss-module__c1ZpBa__header{border-bottom:1px solid var(--separator);flex-shrink:0;justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.ChangePageAppearanceModal-module-scss-module__c1ZpBa__title{color:var(--text-primary);margin:0;font-family:Satoshi-Medium,sans-serif;font-size:18px;font-weight:600}.ChangePageAppearanceModal-module-scss-module__c1ZpBa__headerButtons{align-items:center;gap:.5rem;display:flex}.ChangePageAppearanceModal-module-scss-module__c1ZpBa__saveButton{background-color:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:.5rem 1rem;font-family:Satoshi-Medium,sans-serif;font-size:.875rem;font-weight:500;transition:all .2s}.ChangePageAppearanceModal-module-scss-module__c1ZpBa__saveButton:hover:not(:disabled){opacity:.9}.ChangePageAppearanceModal-module-scss-module__c1ZpBa__saveButton:disabled{opacity:.5;cursor:not-allowed}.ChangePageAppearanceModal-module-scss-module__c1ZpBa__closeButton{color:var(--text-primary);cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:flex}.ChangePageAppearanceModal-module-scss-module__c1ZpBa__closeButton:hover:not(:disabled){background-color:var(--bg-faded)}.ChangePageAppearanceModal-module-scss-module__c1ZpBa__closeButton:disabled{opacity:.5;cursor:not-allowed}.ChangePageAppearanceModal-module-scss-module__c1ZpBa__content{flex:1;padding:1rem 1.5rem;overflow-y:auto}.ChangePageAppearanceModal-module-scss-module__c1ZpBa__loadingContainer{flex-direction:column;justify-content:center;align-items:center;gap:1rem;height:100%;display:flex}.ChangePageAppearanceModal-module-scss-module__c1ZpBa__loadingSpinner{border:3px solid #ffffff1a;border-top-color:var(--accent);border-radius:50%;width:40px;height:40px;animation:1s linear infinite ChangePageAppearanceModal-module-scss-module__c1ZpBa__spin}@keyframes ChangePageAppearanceModal-module-scss-module__c1ZpBa__spin{to{transform:rotate(360deg)}}.ChangePageAppearanceModal-module-scss-module__c1ZpBa__loadingText{color:var(--text-secondary);font-family:Satoshi-Regular,sans-serif;font-size:1rem}.ChangePageAppearanceModal-module-scss-module__c1ZpBa__emptyState{justify-content:center;align-items:center;height:100%;display:flex}.ChangePageAppearanceModal-module-scss-module__c1ZpBa__emptyState p{color:var(--text-secondary);font-family:Satoshi-Regular,sans-serif;font-size:1rem}.ChangePageAppearanceModal-module-scss-module__c1ZpBa__backdropGrid{grid-template-columns:repeat(2,1fr);gap:.5rem;display:grid}@media (max-width:320px){.ChangePageAppearanceModal-module-scss-module__c1ZpBa__backdropGrid{grid-template-columns:1fr}}.ChangePageAppearanceModal-module-scss-module__c1ZpBa__backdropItem{aspect-ratio:16/9;cursor:pointer;border:1px solid #0000;border-radius:8px;transition:all .2s;position:relative;overflow:hidden}.ChangePageAppearanceModal-module-scss-module__c1ZpBa__backdropItem:hover:not(.ChangePageAppearanceModal-module-scss-module__c1ZpBa__saving){border-color:var(--accent2-secondary)}.ChangePageAppearanceModal-module-scss-module__c1ZpBa__backdropItem.ChangePageAppearanceModal-module-scss-module__c1ZpBa__selected{border-color:var(--accent2-bright)}.ChangePageAppearanceModal-module-scss-module__c1ZpBa__backdropItem.ChangePageAppearanceModal-module-scss-module__c1ZpBa__saving{cursor:not-allowed;opacity:.7}.ChangePageAppearanceModal-module-scss-module__c1ZpBa__backdropImage{object-fit:cover;width:100%;height:100%;display:block}.ChangePageAppearanceModal-module-scss-module__c1ZpBa__posterGrid{grid-template-columns:repeat(3,1fr);gap:.5rem;display:grid}@media (max-width:768px){.ChangePageAppearanceModal-module-scss-module__c1ZpBa__posterGrid{grid-template-columns:repeat(3,1fr)}}@media (max-width:320px){.ChangePageAppearanceModal-module-scss-module__c1ZpBa__posterGrid{grid-template-columns:repeat(2,1fr)}}.ChangePageAppearanceModal-module-scss-module__c1ZpBa__posterItem{aspect-ratio:2/3;cursor:pointer;border:2px solid #0000;border-radius:8px;transition:all .2s;position:relative;overflow:hidden}.ChangePageAppearanceModal-module-scss-module__c1ZpBa__posterItem:hover{border-color:var(--text-tertiary)}.ChangePageAppearanceModal-module-scss-module__c1ZpBa__posterItem.ChangePageAppearanceModal-module-scss-module__c1ZpBa__selected{border-color:var(--accent-bright)}.ChangePageAppearanceModal-module-scss-module__c1ZpBa__posterImage{object-fit:cover;width:100%;height:100%;display:block}.ChangePageAppearanceModal-module-scss-module__c1ZpBa__savingOverlay{background-color:#000000b3;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.ChangePageAppearanceModal-module-scss-module__c1ZpBa__savingSpinner{border:3px solid #fff3;border-top-color:var(--accent);border-radius:50%;width:32px;height:32px;animation:.8s linear infinite ChangePageAppearanceModal-module-scss-module__c1ZpBa__spin}.ChangePageAppearanceModal-module-scss-module__c1ZpBa__filmSelectionContent{flex-direction:column;flex:1;width:100%;display:flex}.ChangePageAppearanceModal-module-scss-module__c1ZpBa__filmsGrid{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}@media (max-width:768px){.ChangePageAppearanceModal-module-scss-module__c1ZpBa__filmsGrid{grid-template-columns:repeat(4,1fr);gap:.5rem}}@media (max-width:320px){.ChangePageAppearanceModal-module-scss-module__c1ZpBa__filmsGrid{grid-template-columns:repeat(4,1fr);gap:.25rem}}.ChangePageAppearanceModal-module-scss-module__c1ZpBa__filmItem{cursor:pointer;border-radius:8px;flex-direction:column;display:flex}@media (max-width:768px){.ChangePageAppearanceModal-module-scss-module__c1ZpBa__filmItem{border-radius:6px}}.ChangePageAppearanceModal-module-scss-module__c1ZpBa__filmTitle{color:var(--text-secondary);text-align:center;margin-top:4px;font-family:Satoshi-Regular,sans-serif;font-size:.75rem}.ChangePageAppearanceModal-module-scss-module__c1ZpBa__headerTitle{flex-direction:column;gap:2px;display:flex}.ChangePageAppearanceModal-module-scss-module__c1ZpBa__filmNameRow{align-items:center;gap:.5rem;display:flex}.ChangePageAppearanceModal-module-scss-module__c1ZpBa__filmName{color:var(--text-secondary);font-family:Satoshi-Regular,sans-serif;font-size:.875rem}.ChangePageAppearanceModal-module-scss-module__c1ZpBa__changeFilmButton{color:var(--accent2);cursor:pointer;background:0 0;border:none;border-radius:4px;align-items:center;gap:4px;padding:4px 8px;font-family:Satoshi-Medium,sans-serif;font-size:12px;font-weight:500;transition:all .2s;display:flex}.ChangePageAppearanceModal-module-scss-module__c1ZpBa__changeFilmButton:hover:not(:disabled){text-decoration:underline}.ChangePageAppearanceModal-module-scss-module__c1ZpBa__changeFilmButton:disabled{opacity:.5;cursor:not-allowed}
:root{--text-primary:#e8e8e8;--text-secondary:#cccbcb;--text-tertiary:#a7aba5;--bg-primary:#121618;--bg-secondary:#131a1e;--bg-faded:#14181b21;--bg-tertiary:#d9d9d9;--bg-empty-image:#2c2c2c;--tab-icon-default:#9ba1a6;--tab-icon-selected:#f2f2f2;--header-nav-border:#212326;--dashboard-buttons:#41304a;--dashboard-buttons-text:#e8e8e8;--loading-indicator:#673881;--separator:#2f3e3f;--tint:#eee;--accent:#2e3c43;--accent-secondary:#242b32;--accent-faded:#2e3c4333;--accent-faded-60:#2e3c4399;--accent-bright:#2d5d67;--accent-highlight:#242b32;--accent-dark:#1e252b;--accent2:#e3c18a;--accent2-secondary:#ceaf7a;--accent2-faded:#e3c18a3a;--accent2-faded-60:#e3c18a99;--accent2-bright:#fadcad;--accent2-dark:#3a3225;--accent3:#552724;--accent3-secondary:#58403f;--accent3-faded:#744c491e;--accent3-faded-60:#744c4999;--accent3-bright:#a7231a;--accent3-dark:#2e1518;--accent4:#95602e;--accent4-secondary:#a26a2b;--accent4-faded:#95602e33;--accent4-faded-60:#95602e99;--accent4-bright:#c18a5c;--like-button:#e74c3c;--like-button-faded:#e74c3c33;--modal-button:#502350;--toast-success:#4caf50;--toast-error:#a7231a;--toast-warning:#b99014;--toast-info:#1e81d2;--error:#b7281e;--ratings-graph:#604271;--film-poster-border:#292928;--film-cast-crew-buttons:#343435;--follow-button:#0e4e25;--following-button:#000;--follow-button-active:#25471d;--follow-button-inactive:#000;--add-button:#469a39;--add-button-secondary:#a9741a;--back-button:#16131666;--pressed-button:#fff3;--input-background:#0003;--input-border:#ffffff0d;--search-input-background:#ffffff2c;--max-width-page:970px}.CollaborativeIndicator-module-scss-module__TgE81G__collabIndicator{background-color:var(--accent);border-radius:4px;flex-direction:row;align-self:flex-start;align-items:center;padding:4px 8px;display:flex}.CollaborativeIndicator-module-scss-module__TgE81G__collabIndicator .CollaborativeIndicator-module-scss-module__TgE81G__icon{color:var(--text-primary);flex-shrink:0}.CollaborativeIndicator-module-scss-module__TgE81G__compactIcon{color:var(--text-tertiary);flex-shrink:0}
:root{--text-primary:#e8e8e8;--text-secondary:#cccbcb;--text-tertiary:#a7aba5;--bg-primary:#121618;--bg-secondary:#131a1e;--bg-faded:#14181b21;--bg-tertiary:#d9d9d9;--bg-empty-image:#2c2c2c;--tab-icon-default:#9ba1a6;--tab-icon-selected:#f2f2f2;--header-nav-border:#212326;--dashboard-buttons:#41304a;--dashboard-buttons-text:#e8e8e8;--loading-indicator:#673881;--separator:#2f3e3f;--tint:#eee;--accent:#2e3c43;--accent-secondary:#242b32;--accent-faded:#2e3c4333;--accent-faded-60:#2e3c4399;--accent-bright:#2d5d67;--accent-highlight:#242b32;--accent-dark:#1e252b;--accent2:#e3c18a;--accent2-secondary:#ceaf7a;--accent2-faded:#e3c18a3a;--accent2-faded-60:#e3c18a99;--accent2-bright:#fadcad;--accent2-dark:#3a3225;--accent3:#552724;--accent3-secondary:#58403f;--accent3-faded:#744c491e;--accent3-faded-60:#744c4999;--accent3-bright:#a7231a;--accent3-dark:#2e1518;--accent4:#95602e;--accent4-secondary:#a26a2b;--accent4-faded:#95602e33;--accent4-faded-60:#95602e99;--accent4-bright:#c18a5c;--like-button:#e74c3c;--like-button-faded:#e74c3c33;--modal-button:#502350;--toast-success:#4caf50;--toast-error:#a7231a;--toast-warning:#b99014;--toast-info:#1e81d2;--error:#b7281e;--ratings-graph:#604271;--film-poster-border:#292928;--film-cast-crew-buttons:#343435;--follow-button:#0e4e25;--following-button:#000;--follow-button-active:#25471d;--follow-button-inactive:#000;--add-button:#469a39;--add-button-secondary:#a9741a;--back-button:#16131666;--pressed-button:#fff3;--input-background:#0003;--input-border:#ffffff0d;--search-input-background:#ffffff2c;--max-width-page:970px}.DiarySelectionModal-module-scss-module__mdhA5a__modalOverlay{z-index:10000;background-color:#000000b3;justify-content:center;align-items:center;padding:20px;animation:.2s DiarySelectionModal-module-scss-module__mdhA5a__fadeIn;display:flex;position:fixed;inset:0}@keyframes DiarySelectionModal-module-scss-module__mdhA5a__fadeIn{0%{opacity:0}to{opacity:1}}.DiarySelectionModal-module-scss-module__mdhA5a__modalContainer{background-color:var(--bg-primary);border-radius:12px;flex-direction:column;width:100%;max-width:600px;max-height:80vh;padding:16px;animation:.3s DiarySelectionModal-module-scss-module__mdhA5a__slideUp;display:flex;overflow:hidden}@keyframes DiarySelectionModal-module-scss-module__mdhA5a__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.DiarySelectionModal-module-scss-module__mdhA5a__modalBody{flex:1;padding-top:16px;padding-bottom:16px;overflow-y:auto}.DiarySelectionModal-module-scss-module__mdhA5a__loadingContainer{flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:40px 20px;display:flex}.DiarySelectionModal-module-scss-module__mdhA5a__loadingContainer p{color:var(--text-secondary);font-size:14px}.DiarySelectionModal-module-scss-module__mdhA5a__spinner{border:3px solid var(--bg-secondary);border-top-color:var(--text-primary);border-radius:50%;width:24px;height:24px;animation:.8s linear infinite DiarySelectionModal-module-scss-module__mdhA5a__spin}@keyframes DiarySelectionModal-module-scss-module__mdhA5a__spin{to{transform:rotate(360deg)}}.DiarySelectionModal-module-scss-module__mdhA5a__emptyState{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:60px 20px;display:flex}.DiarySelectionModal-module-scss-module__mdhA5a__emptyState p{color:var(--text-secondary);margin:0;font-size:16px}.DiarySelectionModal-module-scss-module__mdhA5a__emptyState p:first-child{margin-bottom:8px;font-weight:500}.DiarySelectionModal-module-scss-module__mdhA5a__emptySubtext{color:var(--text-tertiary);font-size:14px}.DiarySelectionModal-module-scss-module__mdhA5a__diaryList{flex-direction:column;display:flex}.DiarySelectionModal-module-scss-module__mdhA5a__diaryItem{cursor:pointer;gap:14px;padding:8px;transition:background-color .15s;display:flex}.DiarySelectionModal-module-scss-module__mdhA5a__diaryItem:hover:not(.DiarySelectionModal-module-scss-module__mdhA5a__disabled){background-color:var(--accent-faded)}.DiarySelectionModal-module-scss-module__mdhA5a__diaryItem.DiarySelectionModal-module-scss-module__mdhA5a__disabled{opacity:.4;cursor:not-allowed;pointer-events:none}.DiarySelectionModal-module-scss-module__mdhA5a__posterContainer{flex-shrink:0}.DiarySelectionModal-module-scss-module__mdhA5a__diaryInfo{flex-direction:column;flex:1;gap:6px;min-width:0;display:flex}.DiarySelectionModal-module-scss-module__mdhA5a__filmTitle{color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:15px;font-weight:600;overflow:hidden}.DiarySelectionModal-module-scss-module__mdhA5a__metadata{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.DiarySelectionModal-module-scss-module__mdhA5a__date{color:var(--text-tertiary);font-family:Satoshi-Medium,sans-serif;font-size:13px}.DiarySelectionModal-module-scss-module__mdhA5a__note{color:var(--text-secondary);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:14px;line-height:1.4;display:-webkit-box;overflow:hidden}.DiarySelectionModal-module-scss-module__mdhA5a__reviewBadge{color:var(--text-tertiary);text-transform:uppercase;font-family:Satoshi-Bold,sans-serif;font-size:11px}.DiarySelectionModal-module-scss-module__mdhA5a__loadingMoreContainer{flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:20px;display:flex}.DiarySelectionModal-module-scss-module__mdhA5a__loadingMoreContainer span{color:var(--text-secondary);font-family:Satoshi-Medium,sans-serif;font-size:13px}
:root{--text-primary:#e8e8e8;--text-secondary:#cccbcb;--text-tertiary:#a7aba5;--bg-primary:#121618;--bg-secondary:#131a1e;--bg-faded:#14181b21;--bg-tertiary:#d9d9d9;--bg-empty-image:#2c2c2c;--tab-icon-default:#9ba1a6;--tab-icon-selected:#f2f2f2;--header-nav-border:#212326;--dashboard-buttons:#41304a;--dashboard-buttons-text:#e8e8e8;--loading-indicator:#673881;--separator:#2f3e3f;--tint:#eee;--accent:#2e3c43;--accent-secondary:#242b32;--accent-faded:#2e3c4333;--accent-faded-60:#2e3c4399;--accent-bright:#2d5d67;--accent-highlight:#242b32;--accent-dark:#1e252b;--accent2:#e3c18a;--accent2-secondary:#ceaf7a;--accent2-faded:#e3c18a3a;--accent2-faded-60:#e3c18a99;--accent2-bright:#fadcad;--accent2-dark:#3a3225;--accent3:#552724;--accent3-secondary:#58403f;--accent3-faded:#744c491e;--accent3-faded-60:#744c4999;--accent3-bright:#a7231a;--accent3-dark:#2e1518;--accent4:#95602e;--accent4-secondary:#a26a2b;--accent4-faded:#95602e33;--accent4-faded-60:#95602e99;--accent4-bright:#c18a5c;--like-button:#e74c3c;--like-button-faded:#e74c3c33;--modal-button:#502350;--toast-success:#4caf50;--toast-error:#a7231a;--toast-warning:#b99014;--toast-info:#1e81d2;--error:#b7281e;--ratings-graph:#604271;--film-poster-border:#292928;--film-cast-crew-buttons:#343435;--follow-button:#0e4e25;--following-button:#000;--follow-button-active:#25471d;--follow-button-inactive:#000;--add-button:#469a39;--add-button-secondary:#a9741a;--back-button:#16131666;--pressed-button:#fff3;--input-background:#0003;--input-border:#ffffff0d;--search-input-background:#ffffff2c;--max-width-page:970px}.GlobalDiaryNotes-module-scss-module__L7zOVW__container{flex-direction:column;width:100%;margin-top:3.5rem;display:flex}.GlobalDiaryNotes-module-scss-module__L7zOVW__masonryGrid{gap:16px;width:auto;display:flex}.GlobalDiaryNotes-module-scss-module__L7zOVW__masonryColumn{background-clip:padding-box}.GlobalDiaryNotes-module-scss-module__L7zOVW__entryWrapper{width:100%}.GlobalDiaryNotes-module-scss-module__L7zOVW__emptyText{color:var(--text-secondary);text-align:center;margin:0;padding:2rem 0;font-family:Satoshi-Regular,sans-serif;font-size:.875rem}.GlobalDiaryNotes-module-scss-module__L7zOVW__separator{margin:0 8px}
:root{--text-primary:#e8e8e8;--text-secondary:#cccbcb;--text-tertiary:#a7aba5;--bg-primary:#121618;--bg-secondary:#131a1e;--bg-faded:#14181b21;--bg-tertiary:#d9d9d9;--bg-empty-image:#2c2c2c;--tab-icon-default:#9ba1a6;--tab-icon-selected:#f2f2f2;--header-nav-border:#212326;--dashboard-buttons:#41304a;--dashboard-buttons-text:#e8e8e8;--loading-indicator:#673881;--separator:#2f3e3f;--tint:#eee;--accent:#2e3c43;--accent-secondary:#242b32;--accent-faded:#2e3c4333;--accent-faded-60:#2e3c4399;--accent-bright:#2d5d67;--accent-highlight:#242b32;--accent-dark:#1e252b;--accent2:#e3c18a;--accent2-secondary:#ceaf7a;--accent2-faded:#e3c18a3a;--accent2-faded-60:#e3c18a99;--accent2-bright:#fadcad;--accent2-dark:#3a3225;--accent3:#552724;--accent3-secondary:#58403f;--accent3-faded:#744c491e;--accent3-faded-60:#744c4999;--accent3-bright:#a7231a;--accent3-dark:#2e1518;--accent4:#95602e;--accent4-secondary:#a26a2b;--accent4-faded:#95602e33;--accent4-faded-60:#95602e99;--accent4-bright:#c18a5c;--like-button:#e74c3c;--like-button-faded:#e74c3c33;--modal-button:#502350;--toast-success:#4caf50;--toast-error:#a7231a;--toast-warning:#b99014;--toast-info:#1e81d2;--error:#b7281e;--ratings-graph:#604271;--film-poster-border:#292928;--film-cast-crew-buttons:#343435;--follow-button:#0e4e25;--following-button:#000;--follow-button-active:#25471d;--follow-button-inactive:#000;--add-button:#469a39;--add-button-secondary:#a9741a;--back-button:#16131666;--pressed-button:#fff3;--input-background:#0003;--input-border:#ffffff0d;--search-input-background:#ffffff2c;--max-width-page:970px}.AddMenu-module-scss-module__qp5etG__addMenuContainer{align-items:center;display:flex;position:relative}.AddMenu-module-scss-module__qp5etG__addButton{background-color:var(--accent2);color:var(--bg-primary);cursor:pointer;border:none;border-radius:8px;align-items:center;gap:6px;padding:6px 8px;font-family:Satoshi-Bold,sans-serif;font-size:14px;transition:background-color .15s;display:flex}.AddMenu-module-scss-module__qp5etG__addButton:hover{background-color:var(--accent2-bright)}.AddMenu-module-scss-module__qp5etG__addButton:active{background-color:var(--accent2)}.AddMenu-module-scss-module__qp5etG__addButton svg{flex-shrink:0}@media (max-width:768px){.AddMenu-module-scss-module__qp5etG__addButton{display:none}}.AddMenu-module-scss-module__qp5etG__dropdown{background-color:var(--bg-secondary);border:1px solid var(--accent);z-index:1000;border-radius:8px;min-width:200px;position:absolute;top:calc(100% + 8px);left:0;overflow:hidden;box-shadow:0 4px 12px #0000004d}.AddMenu-module-scss-module__qp5etG__dropdownItem{width:100%;color:var(--text-primary);text-align:left;cursor:pointer;background:0 0;border:none;align-items:center;gap:10px;padding:12px 16px;font-size:14px;font-weight:400;transition:background-color .15s;display:flex}.AddMenu-module-scss-module__qp5etG__dropdownItem:hover{background-color:var(--accent3)}.AddMenu-module-scss-module__qp5etG__dropdownItem:active{background-color:var(--accent3-secondary)}.AddMenu-module-scss-module__qp5etG__dropdownItem:not(:last-child):not(.AddMenu-module-scss-module__qp5etG__primaryAction){border-bottom:1px solid var(--accent-faded)}.AddMenu-module-scss-module__qp5etG__dropdownItem.AddMenu-module-scss-module__qp5etG__primaryAction{border-bottom:none}.AddMenu-module-scss-module__qp5etG__dropdownItem svg{opacity:.8;flex-shrink:0}.AddMenu-module-scss-module__qp5etG__dropdownItem span{flex:1}.AddMenu-module-scss-module__qp5etG__dropdownDivider{background-color:var(--separator);height:1px}
:root{--text-primary:#e8e8e8;--text-secondary:#cccbcb;--text-tertiary:#a7aba5;--bg-primary:#121618;--bg-secondary:#131a1e;--bg-faded:#14181b21;--bg-tertiary:#d9d9d9;--bg-empty-image:#2c2c2c;--tab-icon-default:#9ba1a6;--tab-icon-selected:#f2f2f2;--header-nav-border:#212326;--dashboard-buttons:#41304a;--dashboard-buttons-text:#e8e8e8;--loading-indicator:#673881;--separator:#2f3e3f;--tint:#eee;--accent:#2e3c43;--accent-secondary:#242b32;--accent-faded:#2e3c4333;--accent-faded-60:#2e3c4399;--accent-bright:#2d5d67;--accent-highlight:#242b32;--accent-dark:#1e252b;--accent2:#e3c18a;--accent2-secondary:#ceaf7a;--accent2-faded:#e3c18a3a;--accent2-faded-60:#e3c18a99;--accent2-bright:#fadcad;--accent2-dark:#3a3225;--accent3:#552724;--accent3-secondary:#58403f;--accent3-faded:#744c491e;--accent3-faded-60:#744c4999;--accent3-bright:#a7231a;--accent3-dark:#2e1518;--accent4:#95602e;--accent4-secondary:#a26a2b;--accent4-faded:#95602e33;--accent4-faded-60:#95602e99;--accent4-bright:#c18a5c;--like-button:#e74c3c;--like-button-faded:#e74c3c33;--modal-button:#502350;--toast-success:#4caf50;--toast-error:#a7231a;--toast-warning:#b99014;--toast-info:#1e81d2;--error:#b7281e;--ratings-graph:#604271;--film-poster-border:#292928;--film-cast-crew-buttons:#343435;--follow-button:#0e4e25;--following-button:#000;--follow-button-active:#25471d;--follow-button-inactive:#000;--add-button:#469a39;--add-button-secondary:#a9741a;--back-button:#16131666;--pressed-button:#fff3;--input-background:#0003;--input-border:#ffffff0d;--search-input-background:#ffffff2c;--max-width-page:970px}.UserLink-module-scss-module__77FMLG__userInfo{cursor:pointer;flex-shrink:0;align-items:center;gap:8px;display:flex}.UserLink-module-scss-module__77FMLG__userInfo:hover .UserLink-module-scss-module__77FMLG__username{color:var(--accent2)}.UserLink-module-scss-module__77FMLG__username{color:var(--text-primary);white-space:nowrap;font-family:Satoshi-Medium,sans-serif;font-size:13px}.UserLink-module-scss-module__77FMLG__medium .UserLink-module-scss-module__77FMLG__username{font-family:Satoshi-Bold,sans-serif;font-size:16px}@media (max-width:768px){.UserLink-module-scss-module__77FMLG__username{font-size:12px}}@media (max-width:320px){.UserLink-module-scss-module__77FMLG__username{font-size:11px}}
