: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__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}.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}.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}.ReviewCard-module-scss-module__Q82Zpa__container{cursor:pointer;padding-top:4px;transition:background-color .15s,transform .18s}.ReviewCard-module-scss-module__Q82Zpa__container:hover{background-color:var(--accent-faded)}.ReviewCard-module-scss-module__Q82Zpa__container:hover .ReviewCard-module-scss-module__Q82Zpa__backdrop:after{box-shadow:inset 0 0 0 1px #ffffff4d}.ReviewCard-module-scss-module__Q82Zpa__container.ReviewCard-module-scss-module__Q82Zpa__pressed{background-color:var(--accent-faded-60)}.ReviewCard-module-scss-module__Q82Zpa__backdrop{aspect-ratio:2.15;background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:12px;margin:8px 16px 0;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:12px 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__cardMain{padding:10px 14px}.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__cardMain{padding:10px 12px}.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}.ConfirmationAlert-module-scss-module__OCQWEW__alertBackdrop{z-index:1100;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background-color:#000c;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.ConfirmationAlert-module-scss-module__OCQWEW__alertContent{background:var(--bg-primary);text-align:center;border-radius:16px;flex-direction:column;align-items:center;width:100%;max-width:400px;padding:32px 24px 24px;animation:.25s ease-out ConfirmationAlert-module-scss-module__OCQWEW__alertSlideIn;display:flex;box-shadow:0 24px 80px #0009}@media (max-width:320px){.ConfirmationAlert-module-scss-module__OCQWEW__alertContent{max-width:320px;padding:28px 20px 20px}}@keyframes ConfirmationAlert-module-scss-module__OCQWEW__alertSlideIn{0%{opacity:0;transform:translateY(-30px)scale(.9)}to{opacity:1;transform:translateY(0)scale(1)}}.ConfirmationAlert-module-scss-module__OCQWEW__alertIcon{color:var(--warning-color,#f59e0b);justify-content:center;align-items:center;margin-bottom:20px;display:flex}@media (max-width:320px){.ConfirmationAlert-module-scss-module__OCQWEW__alertIcon{margin-bottom:16px}.ConfirmationAlert-module-scss-module__OCQWEW__alertIcon svg{width:40px;height:40px}}.ConfirmationAlert-module-scss-module__OCQWEW__alertText{margin-bottom:28px}@media (max-width:320px){.ConfirmationAlert-module-scss-module__OCQWEW__alertText{margin-bottom:24px}}.ConfirmationAlert-module-scss-module__OCQWEW__alertTitle{color:var(--text-primary);margin:0 0 12px;font-family:Satoshi-Bold,sans-serif;font-size:20px;line-height:1.3}@media (max-width:320px){.ConfirmationAlert-module-scss-module__OCQWEW__alertTitle{margin-bottom:10px;font-size:18px}}.ConfirmationAlert-module-scss-module__OCQWEW__alertMessage{color:var(--text-secondary);margin:0;font-family:Satoshi-Regular,sans-serif;font-size:16px;line-height:1.5}@media (max-width:320px){.ConfirmationAlert-module-scss-module__OCQWEW__alertMessage{font-size:15px}}.ConfirmationAlert-module-scss-module__OCQWEW__alertActions{gap:12px;width:100%;display:flex}@media (max-width:320px){.ConfirmationAlert-module-scss-module__OCQWEW__alertActions{flex-direction:column;gap:10px}}.ConfirmationAlert-module-scss-module__OCQWEW__cancelButton{background:var(--bg-secondary);color:var(--text-primary);border:1px solid var(--border-color);cursor:pointer;border-radius:8px;flex:1;padding:12px 20px;font-family:Satoshi-Medium,sans-serif;font-size:16px;transition:all .2s}.ConfirmationAlert-module-scss-module__OCQWEW__cancelButton:hover{background:var(--bg-tertiary);border-color:var(--border-hover)}.ConfirmationAlert-module-scss-module__OCQWEW__cancelButton:active{transform:translateY(1px)}@media (max-width:320px){.ConfirmationAlert-module-scss-module__OCQWEW__cancelButton{order:2;padding:14px 20px}}.ConfirmationAlert-module-scss-module__OCQWEW__confirmButton{background:var(--warning-color,#f59e0b);color:#fff;cursor:pointer;border:none;border-radius:8px;flex:1;padding:12px 20px;font-family:Satoshi-Medium,sans-serif;font-size:16px;transition:all .2s}.ConfirmationAlert-module-scss-module__OCQWEW__confirmButton:hover{background:var(--warning-color-hover,#d97706);transform:translateY(-1px)}.ConfirmationAlert-module-scss-module__OCQWEW__confirmButton:active{transform:translateY(0)}@media (max-width:320px){.ConfirmationAlert-module-scss-module__OCQWEW__confirmButton{order:1;padding:14px 20px}}[data-theme=light] .ConfirmationAlert-module-scss-module__OCQWEW__alertContent{background:var(--bg-primary);box-shadow:0 24px 80px #0003}[data-theme=dark] .ConfirmationAlert-module-scss-module__OCQWEW__alertContent{background:var(--bg-primary);box-shadow:0 24px 80px #000000b3}
: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)}
: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}.LikeButton-module-scss-module__3fFnrW__likeButton{align-items:center;gap:8px;display:flex}.LikeButton-module-scss-module__3fFnrW__heartButton{cursor:pointer;background:0 0;border:none;align-items:center;padding:0;transition:all .2s;display:flex}.LikeButton-module-scss-module__3fFnrW__heartButton:hover:not(:disabled) .LikeButton-module-scss-module__3fFnrW__heartIcon{fill:var(--like-button-faded);color:var(--like-button-faded)}.LikeButton-module-scss-module__3fFnrW__heartIcon{transition:all .2s}.LikeButton-module-scss-module__3fFnrW__liked{color:var(--like-button);fill:var(--like-button)}.LikeButton-module-scss-module__3fFnrW__likeText{color:var(--text-primary);font-family:Satoshi-Bold,sans-serif;font-size:14px;transition:all .2s}.LikeButton-module-scss-module__3fFnrW__likeText.LikeButton-module-scss-module__3fFnrW__clickable{cursor:pointer}.LikeButton-module-scss-module__3fFnrW__likeText.LikeButton-module-scss-module__3fFnrW__clickable:hover{color:#fff}.LikeButton-module-scss-module__3fFnrW__compactButton{color:var(--text-tertiary);cursor:pointer;background:0 0;border:none;border-radius:6px;align-items:center;gap:6px;padding:6px 10px;font-family:Satoshi-Medium,sans-serif;font-size:14px;transition:color .2s;display:flex}.LikeButton-module-scss-module__3fFnrW__compactButton:hover:not(:disabled){color:var(--text-secondary)}.LikeButton-module-scss-module__3fFnrW__compactButton.LikeButton-module-scss-module__3fFnrW__liked{color:var(--like-button)}.LikeButton-module-scss-module__3fFnrW__compactButton:disabled{opacity:.5;cursor:not-allowed}.LikeButton-module-scss-module__3fFnrW__compactButton svg{transition:transform .2s}.LikeButton-module-scss-module__3fFnrW__compactButton:active:not(:disabled) svg{transform:scale(1.1)}.LikeButton-module-scss-module__3fFnrW__compactText{font-family:Satoshi-Bold,sans-serif;font-size:14px}
: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}.FilmNoteModal-module-scss-module__4387VG__modalBackdrop{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#0009;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.FilmNoteModal-module-scss-module__4387VG__modalContent{border-radius:12px;flex-direction:column;width:100%;max-width:600px;max-height:85vh;padding:16px;animation:.3s ease-out FilmNoteModal-module-scss-module__4387VG__modalSlideIn;display:flex;box-shadow:0 20px 60px #0006}@media (max-width:768px){.FilmNoteModal-module-scss-module__4387VG__modalContent{max-width:100%;max-height:95vh;margin:10px}}@keyframes FilmNoteModal-module-scss-module__4387VG__modalSlideIn{0%{opacity:0;transform:translateY(-20px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.FilmNoteModal-module-scss-module__4387VG__modalHeader{justify-content:space-between;align-items:center;margin-bottom:16px;padding:0 0 8px;display:flex}.FilmNoteModal-module-scss-module__4387VG__modalHeader .FilmNoteModal-module-scss-module__4387VG__modalTitle{color:var(--text-primary);margin:0;font-family:Satoshi-Medium,sans-serif;font-size:16px}.FilmNoteModal-module-scss-module__4387VG__modalHeader .FilmNoteModal-module-scss-module__4387VG__filmTitle{font-family:Satoshi-Black,sans-serif;font-size:20px}.FilmNoteModal-module-scss-module__4387VG__modalHeader .FilmNoteModal-module-scss-module__4387VG__closeButton{width:36px;height:36px;color:var(--text-secondary);cursor:pointer;background-color:#0000;border:none;border-radius:8px;justify-content:center;align-items:center;transition:all .3s;display:flex}.FilmNoteModal-module-scss-module__4387VG__modalHeader .FilmNoteModal-module-scss-module__4387VG__closeButton:hover{background-color:var(--pressed-button);color:var(--text-primary)}.FilmNoteModal-module-scss-module__4387VG__modalTitle{color:var(--text-primary);margin:0;font-family:Satoshi-Medium,sans-serif;font-size:16px}.FilmNoteModal-module-scss-module__4387VG__modalTitle .FilmNoteModal-module-scss-module__4387VG__filmTitle{font-family:Satoshi-Black,sans-serif;font-size:20px}.FilmNoteModal-module-scss-module__4387VG__filmTitle{font-family:Satoshi-Bold,sans-serif;font-size:22px}@media (max-width:320px){.FilmNoteModal-module-scss-module__4387VG__filmTitle{font-size:20px}}.FilmNoteModal-module-scss-module__4387VG__modalBody{flex-direction:column;flex:1;min-height:0;padding:8px;display:flex}@media (max-width:320px){.FilmNoteModal-module-scss-module__4387VG__modalBody{padding:20px}}.FilmNoteModal-module-scss-module__4387VG__loadingState{color:var(--text-secondary);justify-content:center;align-items:center;padding:40px;font-family:Satoshi-Medium,sans-serif;display:flex}.FilmNoteModal-module-scss-module__4387VG__textInputContainer{border:1px solid var(--separator);border-radius:8px;flex-direction:column;flex:1;margin-bottom:16px;padding:8px;display:flex}.FilmNoteModal-module-scss-module__4387VG__textInput{border:2px solid var(--border-color);background:var(--bg-primary);min-height:300px;color:var(--text-primary);resize:none;border-radius:8px;outline:none;flex:1;font-family:Satoshi-Regular,sans-serif;font-size:16px;line-height:1.5;transition:border-color .2s}.FilmNoteModal-module-scss-module__4387VG__textInput:focus{border-color:var(--accent-primary)}.FilmNoteModal-module-scss-module__4387VG__textInput::placeholder{color:var(--text-tertiary)}.FilmNoteModal-module-scss-module__4387VG__textInput:disabled{opacity:.6;cursor:not-allowed}@media (max-width:320px){.FilmNoteModal-module-scss-module__4387VG__textInput{min-height:250px;font-size:16px}}.FilmNoteModal-module-scss-module__4387VG__modalActions{justify-content:flex-end;gap:12px;display:flex}.FilmNoteModal-module-scss-module__4387VG__saveButton{background-color:var(--accent);color:var(--text-primary);cursor:pointer;border:none;border-radius:8px;align-items:center;gap:8px;padding:12px 16px;font-family:Satoshi-Bold,sans-serif;font-size:14px;transition:all .2s;display:flex}.FilmNoteModal-module-scss-module__4387VG__saveButton:hover:not(:disabled){opacity:.9}.FilmNoteModal-module-scss-module__4387VG__saveButton:disabled{opacity:.6;cursor:not-allowed}.FilmNoteModal-module-scss-module__4387VG__saveButton span{font-size:14px}[data-theme=light] .FilmNoteModal-module-scss-module__4387VG__modalContent{background:var(--bg-primary);box-shadow:0 20px 60px #00000026}[data-theme=light] .FilmNoteModal-module-scss-module__4387VG__textInput{border-color:var(--border-color)}[data-theme=light] .FilmNoteModal-module-scss-module__4387VG__textInput:focus{border-color:var(--accent-primary)}[data-theme=dark] .FilmNoteModal-module-scss-module__4387VG__modalContent{background:var(--bg-primary);box-shadow:0 20px 60px #00000080}[data-theme=dark] .FilmNoteModal-module-scss-module__4387VG__textInput{border-color:var(--border-color)}[data-theme=dark] .FilmNoteModal-module-scss-module__4387VG__textInput:focus{border-color:var(--accent-primary)}
: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{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}.FilmCount-module-scss-module__KE09WG__filmCount{color:var(--text-tertiary);cursor:default;border-radius:4px;padding:4px 8px;font-family:Satoshi-Bold,sans-serif;font-size:14px}
: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;align-items:center;width:100%;max-width:1030px;min-height:100vh;margin:auto;padding:84px;display:flex}.PrivateProfileNotice-module-scss-module__BpmX9q__headerContainer{flex-direction:row;justify-content:space-between;align-items:center;width:100%;max-width:500px;margin-bottom:40px;display:flex}@media (max-width:320px){.PrivateProfileNotice-module-scss-module__BpmX9q__headerContainer{text-align:center;flex-direction:column;gap:16px}}.PrivateProfileNotice-module-scss-module__BpmX9q__username{color:var(--text-primary);margin:0;font-family:Satoshi-Bold,sans-serif;font-size:18px}.PrivateProfileNotice-module-scss-module__BpmX9q__infoContainer{text-align:center;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:400px;margin-top:60px;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}}.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}.RecentReviews-module-scss-module__sUz0WW__container{width:100%;margin-top:3.5rem}.RecentReviews-module-scss-module__sUz0WW__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}.RecentReviews-module-scss-module__sUz0WW__title{color:#e8e8e8;margin:0;font-family:Satoshi-Bold,sans-serif;font-size:.875rem;line-height:1.3}@media (min-width:768px){.RecentReviews-module-scss-module__sUz0WW__title{font-size:1rem}}.RecentReviews-module-scss-module__sUz0WW__masonryGrid{width:auto;display:flex}.RecentReviews-module-scss-module__sUz0WW__masonryColumn{background-clip:padding-box}.RecentReviews-module-scss-module__sUz0WW__reviewWrapper{width:100%}.RecentReviews-module-scss-module__sUz0WW__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){.RecentReviews-module-scss-module__sUz0WW__emptyText{font-size:.875rem}}.RecentReviews-module-scss-module__sUz0WW__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}.PrivateIndicator-module-scss-module__jBCjMG__privateIndicator{background-color:var(--accent);border-radius:4px;flex-direction:row;align-self:flex-start;align-items:center;padding:4px 8px;display:flex}.PrivateIndicator-module-scss-module__jBCjMG__privateIndicator .PrivateIndicator-module-scss-module__jBCjMG__icon{color:var(--text-primary);flex-shrink:0}.PrivateIndicator-module-scss-module__jBCjMG__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}.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}}
: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}.TagsModal-module-scss-module__3A3k-a__modalOverlay{z-index:10000;opacity:0;background-color:#0000;justify-content:center;align-items:center;padding:20px;transition:all .2s;display:flex;position:fixed;inset:0}.TagsModal-module-scss-module__3A3k-a__modalOverlay.TagsModal-module-scss-module__3A3k-a__visible{opacity:1;background-color:#00000080}.TagsModal-module-scss-module__3A3k-a__modalOverlay.TagsModal-module-scss-module__3A3k-a__closing{opacity:0;background-color:#0000}.TagsModal-module-scss-module__3A3k-a__modalWrapper{background-color:var(--bg-primary);opacity:0;border-radius:12px;width:100%;max-width:900px;max-height:90vh;transition:all .2s;overflow:hidden;transform:scale(.95)translateY(20px);box-shadow:0 25px 50px -12px #00000040}.TagsModal-module-scss-module__3A3k-a__modalWrapper.TagsModal-module-scss-module__3A3k-a__visible{opacity:1;transform:scale(1)translateY(0)}.TagsModal-module-scss-module__3A3k-a__modalWrapper.TagsModal-module-scss-module__3A3k-a__closing{opacity:0;transform:scale(.95)translateY(20px)}.TagsModal-module-scss-module__3A3k-a__modalContent{background-color:var(--bg-primary);border:1px solid var(--separator);box-sizing:border-box;border-radius:12px;flex-direction:column;width:100%;height:100%;max-height:90vh;padding:16px;display:flex}.TagsModal-module-scss-module__3A3k-a__modalHeader{margin-bottom:16px}.TagsModal-module-scss-module__3A3k-a__modalBody{flex-direction:column;flex:1;min-height:0;padding:0 8px;display:flex;overflow:hidden auto}.TagsModal-module-scss-module__3A3k-a__loadingContainer{flex-direction:column;justify-content:center;align-items:center;gap:16px;min-height:200px;display:flex}.TagsModal-module-scss-module__3A3k-a__loadingSpinner{border:3px solid var(--separator);border-top:3px solid var(--accent);border-radius:50%;width:32px;height:32px;animation:1s linear infinite TagsModal-module-scss-module__3A3k-a__spin}@keyframes TagsModal-module-scss-module__3A3k-a__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.TagsModal-module-scss-module__3A3k-a__loadingText{color:var(--text-secondary);margin:0;font-family:Satoshi-Medium,sans-serif;font-size:16px}.TagsModal-module-scss-module__3A3k-a__errorContainer{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:16px;min-height:200px;padding:20px;display:flex}.TagsModal-module-scss-module__3A3k-a__errorIcon{color:var(--error)}.TagsModal-module-scss-module__3A3k-a__errorText{color:var(--error);margin:0;font-family:Satoshi-Medium,sans-serif;font-size:16px}.TagsModal-module-scss-module__3A3k-a__retryButton{background-color:var(--accent);color:var(--text-primary);cursor:pointer;border:none;border-radius:8px;padding:10px 20px;font-family:Satoshi-Bold,sans-serif;font-size:16px;transition:all .2s}.TagsModal-module-scss-module__3A3k-a__retryButton:hover{opacity:.9;transform:translateY(-1px)}.TagsModal-module-scss-module__3A3k-a__retryButton:active{transform:translateY(0)}.TagsModal-module-scss-module__3A3k-a__tagCounter{text-align:right;color:var(--text-secondary);font-family:Satoshi-Regular,sans-serif;font-size:14px}.TagsModal-module-scss-module__3A3k-a__section{margin-bottom:24px}.TagsModal-module-scss-module__3A3k-a__section:last-child{margin-bottom:0}.TagsModal-module-scss-module__3A3k-a__sectionTitle{color:var(--text-primary);margin-bottom:16px;font-family:Satoshi-Bold,sans-serif;font-size:16px}.TagsModal-module-scss-module__3A3k-a__categoryTitle{color:var(--text-secondary);margin-bottom:12px;font-family:Satoshi-Bold,sans-serif;font-size:16px}.TagsModal-module-scss-module__3A3k-a__noTagsText{color:var(--text-secondary);text-align:center;margin:0;padding:40px 20px;font-family:Satoshi-Regular,sans-serif;font-size:14px}.TagsModal-module-scss-module__3A3k-a__tagContainer{flex-wrap:wrap;gap:0;display:flex}.TagsModal-module-scss-module__3A3k-a__footer{border-top:1px solid var(--separator);background-color:var(--bg-primary);flex-shrink:0;justify-content:flex-end;margin-top:16px;padding:16px 0 0;display:flex;bottom:0}.TagsModal-module-scss-module__3A3k-a__saveButton{background-color:var(--accent);color:var(--text-on-accent,white);cursor:pointer;border:none;border-radius:8px;align-items:center;gap:8px;padding:12px 20px;font-family:Satoshi-Bold,sans-serif;font-size:14px;transition:all .2s;display:flex}.TagsModal-module-scss-module__3A3k-a__saveButton:hover:not(:disabled){opacity:.9;transform:translateY(-1px)}.TagsModal-module-scss-module__3A3k-a__saveButton:active:not(:disabled){transform:translateY(0)}.TagsModal-module-scss-module__3A3k-a__saveButton:disabled{opacity:.6;cursor:not-allowed;transform:none}.TagsModal-module-scss-module__3A3k-a__saveButton span{font-size:14px}@media (max-width:768px){.TagsModal-module-scss-module__3A3k-a__modalHeader .TagsModal-module-scss-module__3A3k-a__modalTitle{font-size:1.25rem}.TagsModal-module-scss-module__3A3k-a__modalHeader .TagsModal-module-scss-module__3A3k-a__closeButton{width:32px;height:32px}.TagsModal-module-scss-module__3A3k-a__modalBody{padding:20px 0}.TagsModal-module-scss-module__3A3k-a__loadingText,.TagsModal-module-scss-module__3A3k-a__errorText{font-size:14px}.TagsModal-module-scss-module__3A3k-a__sectionTitle{margin-bottom:12px;font-size:16px}.TagsModal-module-scss-module__3A3k-a__categoryTitle{margin-bottom:10px;font-size:14px}.TagsModal-module-scss-module__3A3k-a__section{margin-bottom:20px}.TagsModal-module-scss-module__3A3k-a__footer{padding-top:12px}.TagsModal-module-scss-module__3A3k-a__saveButton{padding:10px 16px;font-size:13px}.TagsModal-module-scss-module__3A3k-a__saveButton span{font-size:13px}}@media (max-width:480px){.TagsModal-module-scss-module__3A3k-a__modalHeader .TagsModal-module-scss-module__3A3k-a__modalTitle{font-size:1.1rem}.TagsModal-module-scss-module__3A3k-a__modalHeader .TagsModal-module-scss-module__3A3k-a__filmTitle{font-size:20px}.TagsModal-module-scss-module__3A3k-a__modalBody{padding:16px 0}.TagsModal-module-scss-module__3A3k-a__filmTitle{font-size:15px}.TagsModal-module-scss-module__3A3k-a__tagCounter{margin-bottom:12px;font-size:13px}.TagsModal-module-scss-module__3A3k-a__sectionTitle{margin-bottom:10px;font-size:15px}.TagsModal-module-scss-module__3A3k-a__categoryTitle{margin-bottom:8px;font-size:13px}.TagsModal-module-scss-module__3A3k-a__section{margin-bottom:16px}.TagsModal-module-scss-module__3A3k-a__noTagsText{padding:30px 16px;font-size:13px}.TagsModal-module-scss-module__3A3k-a__loadingContainer,.TagsModal-module-scss-module__3A3k-a__errorContainer{gap:12px;min-height:150px}.TagsModal-module-scss-module__3A3k-a__loadingSpinner{width:28px;height:28px}.TagsModal-module-scss-module__3A3k-a__loadingText,.TagsModal-module-scss-module__3A3k-a__errorText{font-size:13px}.TagsModal-module-scss-module__3A3k-a__retryButton{padding:8px 16px;font-size:14px}.TagsModal-module-scss-module__3A3k-a__footer{padding-top:10px}.TagsModal-module-scss-module__3A3k-a__saveButton{justify-content:center;width:100%;padding:12px 20px;font-size:14px}.TagsModal-module-scss-module__3A3k-a__saveButton span{font-size:14px}}
: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}.TagSelectionButton-module-scss-module__T8Tawq__tagButton{cursor:pointer;border:1px solid;border-radius:8px;align-items:center;margin-bottom:8px;margin-right:8px;padding:6px 10px;font-family:Satoshi-Medium,sans-serif;font-size:14px;transition:all .2s;display:flex}.TagSelectionButton-module-scss-module__T8Tawq__tagButton:hover:not(.TagSelectionButton-module-scss-module__T8Tawq__disabled){transform:translateY(-1px)}.TagSelectionButton-module-scss-module__T8Tawq__tagButton:active:not(.TagSelectionButton-module-scss-module__T8Tawq__disabled){transform:translateY(0)}.TagSelectionButton-module-scss-module__T8Tawq__tagButton.TagSelectionButton-module-scss-module__T8Tawq__disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.TagSelectionButton-module-scss-module__T8Tawq__selected{background-color:var(--accent);border-color:var(--input-border)}.TagSelectionButton-module-scss-module__T8Tawq__selected .TagSelectionButton-module-scss-module__T8Tawq__tagText,.TagSelectionButton-module-scss-module__T8Tawq__selected .TagSelectionButton-module-scss-module__T8Tawq__tagIcon{color:var(--text-primary)}.TagSelectionButton-module-scss-module__T8Tawq__unselected{background-color:var(--accent-faded);border-color:var(--accent-faded)}.TagSelectionButton-module-scss-module__T8Tawq__unselected .TagSelectionButton-module-scss-module__T8Tawq__tagText,.TagSelectionButton-module-scss-module__T8Tawq__unselected .TagSelectionButton-module-scss-module__T8Tawq__tagIcon{color:var(--text-secondary)}.TagSelectionButton-module-scss-module__T8Tawq__unselected:hover:not(.TagSelectionButton-module-scss-module__T8Tawq__disabled){background-color:var(--accent-faded-60);border-color:var(--accent)}.TagSelectionButton-module-scss-module__T8Tawq__tagText{margin-right:8px;transition:color .2s}.TagSelectionButton-module-scss-module__T8Tawq__tagIcon{justify-content:center;align-items:center;transition:color .2s;display:flex}@media (max-width:768px){.TagSelectionButton-module-scss-module__T8Tawq__tagButton{margin-bottom:6px;margin-right:6px;padding:6px 12px;font-size:13px}.TagSelectionButton-module-scss-module__T8Tawq__tagIcon,.TagSelectionButton-module-scss-module__T8Tawq__tagIcon svg{width:14px;height:14px}}@media (max-width:480px){.TagSelectionButton-module-scss-module__T8Tawq__tagButton{margin-bottom:5px;margin-right:5px;padding:5px 10px;font-size:12px}.TagSelectionButton-module-scss-module__T8Tawq__tagText{margin-right:6px}.TagSelectionButton-module-scss-module__T8Tawq__tagIcon,.TagSelectionButton-module-scss-module__T8Tawq__tagIcon svg{width:12px;height:12px}}
: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}.ProfileFooterLinks-module-scss-module__ouz7WW__profile-footer-links{box-sizing:border-box;width:400px;max-width:90%;margin:0 auto 16px}@media (max-width:1024px){.ProfileFooterLinks-module-scss-module__ouz7WW__profile-footer-links{width:100%;max-width:100%;margin:20px 0 16px}}.ProfileFooterLinks-module-scss-module__ouz7WW__profile-footer-links .ProfileFooterLinks-module-scss-module__ouz7WW__menu-container{background-color:var(--accent-faded);border-radius:12px;margin-top:60px;overflow:hidden;box-shadow:0 2px 3px #0000001a}@media (max-width:1024px){.ProfileFooterLinks-module-scss-module__ouz7WW__profile-footer-links .ProfileFooterLinks-module-scss-module__ouz7WW__menu-container{border-radius:0;margin-top:40px}}.ProfileFooterLinks-module-scss-module__ouz7WW__profile-footer-links .ProfileFooterLinks-module-scss-module__ouz7WW__menu-container .ProfileFooterLinks-module-scss-module__ouz7WW__menu-item{border:none;border-bottom:1px solid var(--separator);cursor:pointer;background-color:#0000;flex-direction:row;justify-content:space-between;align-items:center;width:100%;padding:14px 16px;font-family:inherit;display:flex}.ProfileFooterLinks-module-scss-module__ouz7WW__profile-footer-links .ProfileFooterLinks-module-scss-module__ouz7WW__menu-container .ProfileFooterLinks-module-scss-module__ouz7WW__menu-item:hover{background-color:#5050504d}.ProfileFooterLinks-module-scss-module__ouz7WW__profile-footer-links .ProfileFooterLinks-module-scss-module__ouz7WW__menu-container .ProfileFooterLinks-module-scss-module__ouz7WW__menu-item:active{background-color:#64646480}.ProfileFooterLinks-module-scss-module__ouz7WW__profile-footer-links .ProfileFooterLinks-module-scss-module__ouz7WW__menu-container .ProfileFooterLinks-module-scss-module__ouz7WW__menu-item.ProfileFooterLinks-module-scss-module__ouz7WW__last{border-bottom:none}.ProfileFooterLinks-module-scss-module__ouz7WW__profile-footer-links .ProfileFooterLinks-module-scss-module__ouz7WW__menu-container .ProfileFooterLinks-module-scss-module__ouz7WW__menu-item .ProfileFooterLinks-module-scss-module__ouz7WW__stat-content{align-items:center;gap:12px;display:flex}.ProfileFooterLinks-module-scss-module__ouz7WW__profile-footer-links .ProfileFooterLinks-module-scss-module__ouz7WW__menu-container .ProfileFooterLinks-module-scss-module__ouz7WW__menu-item .ProfileFooterLinks-module-scss-module__ouz7WW__stat-content .ProfileFooterLinks-module-scss-module__ouz7WW__icon-container{width:28px;color:var(--text-primary);justify-content:center;align-items:center;display:flex}.ProfileFooterLinks-module-scss-module__ouz7WW__profile-footer-links .ProfileFooterLinks-module-scss-module__ouz7WW__menu-container .ProfileFooterLinks-module-scss-module__ouz7WW__menu-item .ProfileFooterLinks-module-scss-module__ouz7WW__stat-content .ProfileFooterLinks-module-scss-module__ouz7WW__icon-container svg{flex-shrink:0}.ProfileFooterLinks-module-scss-module__ouz7WW__profile-footer-links .ProfileFooterLinks-module-scss-module__ouz7WW__menu-container .ProfileFooterLinks-module-scss-module__ouz7WW__menu-item .ProfileFooterLinks-module-scss-module__ouz7WW__stat-content .ProfileFooterLinks-module-scss-module__ouz7WW__stat-label{color:var(--text-primary);font-family:Satoshi-Medium,sans-serif;font-size:15px}.ProfileFooterLinks-module-scss-module__ouz7WW__profile-footer-links .ProfileFooterLinks-module-scss-module__ouz7WW__menu-container .ProfileFooterLinks-module-scss-module__ouz7WW__menu-item .ProfileFooterLinks-module-scss-module__ouz7WW__count-container{align-items:center;gap:8px;display:flex}.ProfileFooterLinks-module-scss-module__ouz7WW__profile-footer-links .ProfileFooterLinks-module-scss-module__ouz7WW__menu-container .ProfileFooterLinks-module-scss-module__ouz7WW__menu-item .ProfileFooterLinks-module-scss-module__ouz7WW__count-container .ProfileFooterLinks-module-scss-module__ouz7WW__stat-count{color:var(--text-secondary);font-family:Satoshi-Medium,sans-serif;font-size:15px}.ProfileFooterLinks-module-scss-module__ouz7WW__profile-footer-links .ProfileFooterLinks-module-scss-module__ouz7WW__menu-container .ProfileFooterLinks-module-scss-module__ouz7WW__menu-item .ProfileFooterLinks-module-scss-module__ouz7WW__count-container .ProfileFooterLinks-module-scss-module__ouz7WW__chevron{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}.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}.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}.GlobalDiaryNotes-module-scss-module__L7zOVW__container{flex-direction:column;width:100%;margin-top:3.5rem;display:flex}.GlobalDiaryNotes-module-scss-module__L7zOVW__masonryGrid{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}.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__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)}
: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}.GlobalReviews-module-scss-module__Zx6k1G__container{flex-direction:column;width:100%;margin-top:3.5rem;display:flex}.GlobalReviews-module-scss-module__Zx6k1G__masonryGrid{width:auto;display:flex}.GlobalReviews-module-scss-module__Zx6k1G__masonryColumn{background-clip:padding-box}.GlobalReviews-module-scss-module__Zx6k1G__reviewWrapper{width:100%}.GlobalReviews-module-scss-module__Zx6k1G__emptyText{color:var(--text-secondary);text-align:center;margin:0;padding:2rem 0;font-family:Satoshi-Regular,sans-serif;font-size:.875rem}.GlobalReviews-module-scss-module__Zx6k1G__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}.RewatchIndicator-module-scss-module__8zKjGq__rewatchIndicator{background-color:var(--accent);border-radius:4px;flex-direction:row;align-self:flex-start;align-items:center;padding:4px 8px;display:flex}.RewatchIndicator-module-scss-module__8zKjGq__rewatchIndicator .RewatchIndicator-module-scss-module__8zKjGq__icon{color:var(--text-primary);flex-shrink:0}.RewatchIndicator-module-scss-module__8zKjGq__compactIcon{color:var(--text-tertiary);flex-shrink:0}
