.selection_frame{display:flex;width:100vw;height:100vh;padding:100px 20px 0}.selection_frame.no_padding{height:calc(100vh - 80px - 60px);padding:0 20px}.selection_frame_info_panel{width:360px;flex:1 1;position:relative;border-radius:16px;margin-bottom:24px;overflow-y:hidden;display:flex;background-repeat:no-repeat;background-size:cover;background-position:50%}.selection_frame_info_gradient{width:100%;height:100%;background:linear-gradient(180deg,rgba(15,15,15,.37) 0,rgba(15,15,15,.51) 33%,rgba(15,15,15,1));-webkit-backdrop-filter:blur(38px);backdrop-filter:blur(38px);padding:24px}.selection_frame_info_poster{position:relative;display:flex;justify-content:center;border-radius:12px;overflow:hidden;width:312px;height:176px;background-repeat:no-repeat;background-size:cover;background-position:50%}.selection_frame_info_title{margin-top:18px;font-size:1.7rem;font-weight:700}.selection_frame_info_avatar_username_container{display:flex;align-items:center;justify-content:flex-start;margin-top:10px;gap:8px}.selection_frame_info_avatar{border-radius:50px;height:20px;width:20px;background-repeat:no-repeat;background-size:cover;background-position:50%}.selection_frame_info_username{font-size:14px;font-weight:400;transition:.2s;display:flex;align-items:center;gap:3px}.selection_user_emoji{width:16px;height:16px;background-size:cover;background-position:50%}.selection_frame_info_username.sub{text-shadow:0 0 15px #ff4a6a;color:#ff4a6a}.selection_frame_info_username.sub:hover{color:#4a89ff;text-shadow:0 0 15px #4a89ff}.selection_frame_info_meta{display:flex;flex-wrap:wrap;gap:8px;margin-top:5px;font-size:.78rem;font-weight:400;overflow:hidden;-webkit-line-clamp:1;-webkit-box-orient:vertical;text-overflow:ellipsis;white-space:normal;color:#c5c5c5}.selection_frame_info_meta_item{display:flex;white-space:nowrap}.selection_frame_anime_list_panel{width:calc(100% - 360px);height:100%;overflow-y:scroll;padding-left:16px}.selection_frame_anime_list_panel_description{background:rgba(255,255,255,.01);border:1px solid #2f2f2f;color:#eee;padding:16px;border-radius:16px;white-space:pre-wrap;margin-bottom:10px;cursor:pointer}.selection_frame_anime_list_panel_description_button{display:flex;justify-content:space-between;cursor:pointer;font-weight:500;padding-bottom:0;transition:.3s}.selection_frame_anime_list_panel_description_button.open{padding-bottom:20px}.selection_frame_anime_list_panel_description_svg{transition:.3s;transform:rotate(180deg)}.selection_frame_anime_list_panel_description_svg.close{transform:rotate(0)}.selection_frame_anime_list_panel_description_text{cursor:auto;transition:.3s;overflow:hidden;font-weight:300}.anime_selections_item{padding:8px 16px;display:flex;justify-content:space-between;border-radius:12px;transition:.3s}.anime_selections_item:hover{background:#272727}.anime_selections_item_poster_and_description{display:flex;gap:16px}.anime_selections_item_description_container{display:flex;flex-direction:column;gap:3px}.anime_selections_item_description_title{font-size:17px;white-space:nowrap}.anime_selections_item_description,.anime_selections_item_description_title{display:-webkit-box;-webkit-box-orient:vertical;overflow-y:hidden;text-overflow:ellipsis}.anime_selections_item_description{font-size:13px;-webkit-line-clamp:4;color:#c5c5c5}.anime_selections_item_poster{width:56px;min-width:56px;aspect-ratio:302/453;background-position:50%;background-size:cover;background-repeat:no-repeat;border-radius:3px}