:root{--bg:#0f0f0f;--bg-plate:#121212;--bg-elevated:#151515;--bg-pill:#1a1a1a;--bg-pill-hover:#102027;--bg-hover:#242424;--bg-glass:#0f0f0feb;--border-subtle:#ffffff0f;--border-soft:#252525;--border-strong:#2a2a2a;--text-primary:#f6f6f6;--text-secondary:#969696;--text-faint:#565656;--accent:#009de3;--accent-hover:#0bb3ff;--accent-soft:#9fd2e5;--accent-deep:#0083be;--success:#22c55e;--danger:#e74c3c;--warning:#f39c12;--overlay:#ffffff14;--overlay-soft:#ffffff0a;--overlay-faint:#ffffff52;--text-muted:#c9c9c9;--radius-card:12px;--radius-plate:20px;--radius-pill:100px;--font-sans:"Urbanist", -apple-system, BlinkMacSystemFont, sans-serif}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scrollbar-gutter:stable;overflow-y:scroll}body{font-family:var(--font-sans);background:var(--bg);color:var(--text-primary);min-height:100vh}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input{font-family:inherit}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.section-page{flex-direction:column;gap:24px;display:flex}.section-page__header{justify-content:space-between;align-items:flex-end;padding:0 4px;display:flex}.section-page__header-left{flex-direction:column;gap:12px;display:flex}.section-page__title{font-family:var(--font-sans);color:var(--text-primary);letter-spacing:.03em;margin:0;font-size:29px;font-weight:500}.section-page__subtitle{font-family:var(--font-sans);color:var(--text-secondary);margin:0;font-size:14px;font-weight:400;line-height:1.4}.section-page__divider{background:var(--border-subtle);width:100%;height:1px;margin:0}.section-page__loading{justify-content:center;padding:60px 0;display:flex}.header{background:var(--bg);z-index:400;justify-content:center;padding:12px 14px;display:flex;position:relative}.header__inner{justify-content:flex-end;align-items:center;gap:24px;width:100%;max-width:1220px;margin:0 auto;display:flex}.header__logo{letter-spacing:.04em;color:#fff;box-sizing:content-box;border-radius:100px;justify-content:center;align-items:center;height:33px;margin-right:auto;padding:11.5px 8px;font-family:Bubblegum Sans,cursive;font-size:28px;text-decoration:none;display:inline-flex}.header__logo svg{flex-shrink:0;width:auto;height:33px;display:block}.header__logo-accent{color:#009de3}.header__center{flex:1;align-items:center;gap:12px;display:flex}.header__menu{position:relative}.header__menu-btn{color:#fff;background:var(--bg-elevated);cursor:pointer;white-space:nowrap;border:none;border-radius:100px;justify-content:flex-start;align-items:center;gap:8px;width:161px;height:36px;padding:0 8px 0 12px;font-family:Urbanist,sans-serif;font-size:14px;font-weight:500;transition:background .15s;display:flex}.header__menu-btn:hover{background:var(--bg-pill)}.header__menu-btn:hover>svg:first-child *{fill:#009de3}.header__menu-chevron{width:16px;height:16px;color:var(--text-secondary);flex-shrink:0;justify-content:center;align-items:center;margin-left:auto;margin-right:2px;transition:transform .2s;display:flex}.header__menu-chevron.open{color:#009de3;transform:rotate(90deg)}.header__menu-dropdown{background:var(--bg-glass);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:2px solid var(--border-soft);z-index:100;border-radius:12px;flex-direction:column;gap:4px;padding:6px;display:flex;position:absolute;top:calc(100% + 8px);left:4px;right:4px}.header__menu-item{color:var(--text-primary);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:20px;align-items:center;gap:8px;padding:6px 10px;font-family:Urbanist,sans-serif;font-size:14px;font-weight:500;transition:background .15s;display:flex}.header__menu-item:hover{background:var(--bg-elevated)}.header__menu-item:hover svg *{fill:#009de3}.header__menu-item.active{background:var(--bg-pill)}.header__menu-item.active svg *{fill:#009de3}.header__menu-pill{background:var(--bg-pill);width:100%;height:24px;color:var(--text-secondary);letter-spacing:.03em;text-transform:uppercase;box-sizing:border-box;border-radius:100px;justify-content:space-between;align-items:center;gap:10px;margin:0;padding:7px 8px 7px 12px;font-family:Urbanist,sans-serif;font-size:14px;font-weight:500;display:flex}.header__menu-pill-text{white-space:nowrap;text-overflow:ellipsis;min-width:0;overflow:hidden}.header__search{background:var(--bg-elevated);border-radius:100px;flex:1;align-items:center;gap:0;height:32px;padding:0 6px 0 12px;display:flex}.header__search-wrap{flex:1;min-width:0;display:flex;position:relative}.header__search-suggestions{background:var(--bg-pill);border:1px solid var(--border-soft);z-index:1000;border-radius:12px;flex-direction:column;gap:2px;max-height:420px;padding:6px;display:flex;position:absolute;top:calc(100% + 6px);left:0;right:0;overflow-y:auto}.header__search-suggestions::-webkit-scrollbar{width:3px}.header__search-suggestions::-webkit-scrollbar-track{background:0 0}.header__search-suggestions::-webkit-scrollbar-thumb{background:var(--overlay);border-radius:2px}.header__search-suggestions-loading,.header__search-suggestions-empty{text-align:center;color:var(--text-secondary);padding:8px;font-family:Urbanist,sans-serif;font-size:12px}.header__search-suggestion{border-radius:8px;align-items:center;gap:10px;padding:6px 8px;text-decoration:none;display:flex}.header__search-suggestion:hover{background:var(--border-soft)}.header__search-suggestion-cover{object-fit:cover;background:var(--border-strong);border-radius:5px;flex-shrink:0;width:34px;height:46px;transition:transform .2s}.header__search-suggestion:hover .header__search-suggestion-cover{transform:scale(1.18)}.header__search-suggestion-info{flex-direction:column;gap:3px;min-width:0;display:flex}.header__search-suggestion-top{align-items:center;gap:6px;min-width:0;display:flex}.header__search-suggestion-name{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;min-width:0;font-family:Urbanist,sans-serif;font-size:14px;font-weight:500;overflow:hidden}.header__search-suggestion-type{color:#0083be;text-transform:uppercase;letter-spacing:.015em;white-space:nowrap;background:#0e1b20;border-radius:20px;flex-shrink:0;padding:2px 6px;font-family:Urbanist,sans-serif;font-size:10px;font-weight:600}.header__search-suggestion-meta{color:var(--text-secondary);white-space:nowrap;align-items:center;gap:8px;font-family:Urbanist,sans-serif;font-size:12px;display:flex;overflow:hidden}.header__search-suggestion-year,.header__search-suggestion-rating{white-space:nowrap}.header__search-icon{color:#fff;flex-shrink:0;width:20px;height:20px;margin-right:8px}.header__search-input{color:#fff;background:0 0;border:none;outline:none;flex:1;min-width:0;font-family:Urbanist,sans-serif;font-size:15px;line-height:32px}.header__search-input::placeholder{color:var(--text-secondary)}.header__search-clear{width:18px;height:18px;color:var(--text-secondary);cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;margin-right:10px;padding:0;display:flex}.header__search-clear:hover{color:var(--text-primary)}.header__search-hotkey{background:var(--bg);height:20px;color:var(--text-secondary);letter-spacing:.02em;white-space:nowrap;border-radius:6px;flex-shrink:0;align-items:center;padding:6px;font-family:Urbanist,sans-serif;font-size:12px;font-weight:500;display:flex}.header__login-btn{background:var(--bg-elevated);width:124px;height:36px;color:var(--text-primary);cursor:pointer;white-space:nowrap;border:none;border-radius:100px;justify-content:center;align-items:center;font-family:Urbanist,sans-serif;font-size:14px;font-weight:500;display:inline-flex}.header__login-btn:hover{background:var(--border-soft)}.header__right{align-items:center;gap:12px;display:flex}.header__icon-btn{background:var(--bg-elevated);width:36px;height:36px;color:var(--text-secondary);cursor:pointer;border:none;border-radius:100px;justify-content:center;align-items:center;display:flex}.header__icon-btn:hover{color:var(--text-primary)}.header__profile{position:relative}.header__profile-btn{cursor:pointer;background:0 0;border:none;align-items:center;gap:8px;width:100%;min-width:0;padding:0;display:flex}.header__profile-username{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;min-width:0;font-family:Urbanist,sans-serif;font-size:13px;font-weight:500;overflow:hidden}.header__profile-btn .header__menu-chevron{margin-right:0}.header__avatar{object-fit:cover;border:2px solid var(--border-soft);border-radius:50%;width:36px;height:36px}.header__avatar--initial{color:#fff;background:#009de3;justify-content:center;align-items:center;font-size:15px;font-weight:600;display:flex}.header__profile-dropdown{background:var(--bg-elevated);border:6px solid var(--border-soft);z-index:30;border-radius:12px;flex-direction:column;gap:2px;padding:6px;display:flex;position:absolute;top:calc(100% + 8px);left:6px;right:6px}.header__profile-item{text-align:left;color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:20px;padding:8px 10px;font-family:Urbanist,sans-serif;font-size:14px;font-weight:500;text-decoration:none}.header__profile-item:hover{color:var(--text-primary);background:#1f1f1f}.header__profile-item.active{background:var(--bg-pill);color:var(--text-primary)}.header__profile{background:var(--bg-elevated);border-radius:100px;align-items:center;gap:8px;width:148px;padding:4px 10px 4px 4px;display:flex}.header__avatar{color:#fff;background:#009de3;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-family:Urbanist,sans-serif;font-size:12px;font-weight:600;display:flex}.header__lang-btn{background:var(--bg-elevated);height:36px;color:var(--text-secondary);cursor:pointer;border:none;border-radius:100px;flex-shrink:0;align-items:center;gap:1px;padding:0 5px;transition:background-color .15s,color .15s;display:flex}.header__lang-btn:hover{background:#1f1f1f}.header__lang-seg{letter-spacing:.04em;height:28px;color:var(--text-secondary);border-radius:100px;align-items:center;padding:0 7px;font-family:Urbanist,sans-serif;font-size:13px;font-weight:600;transition:color .15s,background-color .15s;display:flex}.header__lang-seg.active{color:#fff;background:#009de3}.header__lang-divider{background:var(--border-strong);width:1px;height:14px}@media (max-width:720px){.header__lang-btn{height:32px;padding:0 3px}.header__lang-seg{height:26px;padding:0 5px;font-size:12px}}.layout{min-height:100vh;color:var(--text-primary);flex-direction:column;display:flex}.layout__main{flex-direction:column;flex:1 0 auto;width:100%;max-width:1220px;margin:0 auto;padding:0;display:flex}.layout__content{flex-direction:column;flex:1 0 auto;margin-top:8px;padding:0 88px 24px;display:flex}.layout__plate{background:var(--bg-plate);border-radius:20px;flex-direction:column;flex:auto;gap:24px;padding:24px 32px;display:flex}.layout__footer{box-sizing:border-box;justify-content:space-between;align-items:center;width:100%;max-width:1220px;margin:10px auto 0;padding:0 100px 24px;display:flex}.layout__footer-copy{color:var(--text-secondary);letter-spacing:.015em;font-family:Urbanist,sans-serif;font-size:13px;font-weight:450}.layout__footer-links{flex-wrap:wrap;justify-content:center;align-items:center;gap:8px 24px;display:flex}.layout__footer-links a{color:var(--text-secondary);letter-spacing:.015em;font-family:Urbanist,sans-serif;font-size:13px;font-weight:450;text-decoration:none}.layout__footer-links a:hover{color:var(--text-primary)}.layout__footer-meta{color:var(--text-secondary);letter-spacing:.015em;font-family:Urbanist,sans-serif;font-size:13px;font-weight:450}.spinner{border:3px solid var(--overlay);border-top-color:var(--accent);border-radius:50%;width:32px;height:32px;animation:.8s linear infinite spinner-spin}@keyframes spinner-spin{to{transform:rotate(360deg)}}
